* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f1f1f1;
	padding: 20px 0;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

h1 {
	margin: 10px 0;
	color: #4E8EC3;
	font-size: 24px;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
	color: #4E8EC3;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

li {
	list-style: none;
}

p {
	margin: 10px 0;
}

#wrapper {
	position: relative;
	width: 600px;
	margin: 0 auto;
	background: url(../images/bg-wrapper.gif) repeat-y;
}

#header {
	width: 600px;
	height: 124px;
	background: url(../images/bg-header.gif) no-repeat;
}

#left {
	position: absolute;
	top: 124px;
	left: 9px;
}

#nav {
	width: 173px;
	height: 252px;
	background: url(../images/bg-nav.gif) no-repeat;
}

#nav ul {
	padding-top: 10px;
}

#nav li {
	margin: 10px 0px;
	padding: 0 4px;
}

#nav a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 3px 5px
}

#nav a:hover {
	color: #4E8EC3;
	background-color: #FFFFFF;
}

.start {
	margin: 20px 0 0 2px;
}

#content {
	margin: 0 20px 0 200px;
}

#footer {
	position: relative;
	width: 600px;
	height: 40px;
	background: url(../images/bg-footer.gif) no-repeat;
}

.foot {
	position: absolute;
	top: 7px;
	right: 20px;
}

.copyright {
	position: absolute;
	top: 7px;
	left: 20px;
}