
body {
	margin : 0;
	padding : 0;
	font : 73% "lucida sans", "Trebuchet MS", verdana, tahoma, arial, sans-serif;
	line-height : 1.7em;
	background : #000000 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 : #C71585;
	background : inherit;
	padding : 10px 0 10px 30px;
	margin : 0;
}
p {
	margin : 0;
	text-align : left;
}
#container {
	width : 750px;
	margin-left : 10px;
	margin-right : auto;
	color : #666666;
	background-color : #FFFFFF;

}
#header {
	width : 750px;
	height : 172px;
	border-bottom : 0 solid #ccc;
	background : transparent url(images/head.jpg) no-repeat;
	margin-bottom : 0;
}
#title {
	width : 750px;
	height : 50px;
	margin-bottom : 10px;
	background : transparent url(images/title.jpg) no-repeat;
}
#title p {
	text-align : right;
	line-height : 1.5em;
	text-transform : uppercase;
	letter-spacing : 5px;
	color : #FFFFFF;
	font-size : 120%;
	padding : 20px 10px 20px 0;
}

#title a{
	text-align : right;
	line-height : 1.5em;
	text-transform : uppercase;
	letter-spacing : 5px;
	color : #C71585;
	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;
}
#foot {
	width : 750px;
	height : 50px;
	clear : right;
	color : #FFFFFF;
	background : #000000;
	padding : 5px 0 5px 0;
}
#foot 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 : #FFFFFF;
	background-color : #333;
	border-bottom : 1px solid #C71585;
}
#navcontainer a:link, #navlist a:visited {
	background : #000000;
	color : #FFFFF;
	text-decoration : none;
}
#navcontainer a:hover {
	background-color : #C71585;
	color : #FFFFFF;
}

