
body {
	margin : 0;
	padding : 0;
	font : 73% "lucida sans", "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	line-height : 1.7em;
	background : #333 url(images/bgd.jpg) no-repeat;
	color : #eee;
}
a:link, a:visited, a:active {
	color : #C71585;
	background : inherit;
}
a:hover {
	color : #aaa;
	background : inherit;
}
h1 {
	font-size : 120%;
	color : #fff;
	background : inherit;
	margin : 0;
	padding : 20px;
}
#content h2 {
	font-size : 140%;
	text-transform : uppercase;
	color : #fff;
	background : inherit;
	padding : 10px 0 10px 30px;
	margin : 0;
}
p {
	margin : 0;
	text-align : left;
}
#container {
	width : 750px;
	border-right : 0 solid #ccc;
	border-left : 0 solid #ccc;
	margin-left : 0;
	margin-right : auto;
	color : #333;
	background-color : #999;

}
#header {
	width : 750px;
	height : 10px;
}


#title {
	width : 750px;
	height : 280px;
	border-bottom : 0 solid #ccc;
	background : transparent url(images/head.jpg) no-repeat;
}
#title p {
	text-align : right;
	line-height : 1.5em;
	text-transform : uppercase;
	letter-spacing : 5px;
	color : #c0d1e1;
	font-size : 160%;
	padding : 140px 70px 20px 0;
}

#title a{
text-align : right;
line-height : 1.5em;
text-transform : uppercase;
letter-spacing : 5px;
color : #c0d1e1;
background : inherit;
font-size : 120%;
padding : 20px 10px 20px 0;
}

#leftcol {
width : 260px;
float : right;
padding : 5px 0 5px 0;
}
#leftcol p {
padding : 5px 20px 5px 20px;
margin : 0;
}
#leftcol h2 {
font-size : 140%;
text-transform : uppercase;
color : #fff;
background : inherit;
padding : 10px 0 10px 20px;
margin : 0;
}
#leftcol ol, ul {
font-size : 100%;
color : #fff;
background : inherit;
}
#content {
margin-right : 0;
width : 460px;



}
#content p {
font-size : 100%;
line-height : 1.5em;
padding : 5px 20px 5px 30px;
margin : 0;
}
#footer {
width : 750px;
height : 50px;
clear : right;
color : #333;
background : #999;
padding : 5px 0 5px 0;
}
#footer p {
text-align : left;
padding-left : 25px;
font-size : 80%;
}
#navcontainer {
width : 200px;
margin-left : 20px;
padding-bottom : 20px;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
display : block;
padding : 3px;
width : 160px;
color : #c0d1e1;
background-color : #333;
border-bottom : 1px solid #c0d1e1;
}
#navcontainer a:link, #navlist a:visited {
background : #333;
color : #c0d1e1;
text-decoration : none;
}
#navcontainer a:hover {
background-color : #32679b;
color : #d6ddbc;
}

