/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../layout/bg.jpg) top center repeat-x #969da9;
	font-family: "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
}

p, ol, ul, td, th {
	font-size: 13px;
	line-height:20px;
	margin-bottom:13px;
	color: #eff0f1;
}

 ol, ul {
 	margin-left: 15px;
 }
 
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:20px;
	line-height:23px;
	margin-bottom: 13px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	line-height:20px;
}


#main {
	background: url(../layout/header-bg.jpg) top center no-repeat;
	color: #eff0f1;
	padding-top: 236px;
	
}
#pic-main {
	background: url(../layout/pic-header.jpg) top center no-repeat;
	color: #eff0f1;
	padding-top: 52px;
	
}

#container {
	margin: 0 auto;
	width: 610px;
	text-align:left;
}

#rightcol {
	width: 180px;
	float: right;
	padding-top: 50px;
}

#rightcol h2 {
	color: #FFF;
	font-size:14px;
	line-height:20px;
}

#rightcol h3 {
	color: #FFF;
	font-size:11px;
	line-height:20px;
}

#rightcol p, ul, ol, td, th {
	color: #CCCCCC;
	font-size: 11px;
	line-height: 14px;
	list-style:none;
}

#rightcol ul, ol {
	list-style:url(../layout/bullet.gif);
	line-height: 20px;
}

#rightcol a {
	color:#CCC;
}

#rightcol a:hover {
	color:#FFF;
}

#rightcol img {
	border:solid 1px #9ea3ab;
}

#content {
	width: 380px;
	float:left;
	padding-top: 50px;
}

#content img {
	border:solid 1px #9ea3ab;
}

#content img.left {
	float:left;
	margin: 4px 10px 0 0;
}

#content img.right {
	float:right;
	margin: 4px 0 0 10px;
}


#links{
	margin-bottom: 20px;
}

#links ul {
	list-style: none;
	margin:0;
	padding:0;
	border:none;
	}

#links li {
 	list-style: none;
	border-bottom:1px solid #DA68B1;
 	margin:0;
	}

#links li a {
	display: block;
	padding:3px 2px 3px 7px;
	line-height:14px;
	color:#FFFFFF;
	text-decoration:none;
 	}

#links li a:hover {
	display: block;
	background-color:#F4449F;
	color:#FFFFFF;
	text-decoration:none;
	list-style: none;
}


#footer {
	float:none;
	clear:both;
	width: 610px;
	border-top: solid 1px #FFFFFF;
	margin: 0 auto;
}

#footer p {
	font-size:10px;
	color: #CCC;
}

#footer a {
	color: #CCC;
}

a {
	color: #FFF;
}

a:hover {
	color:#CCC;
}
.caption {
	font-size: 10px;
	line-height:13px;
	margin-bottom:13px;
	color: #CCCCCC;
	text-align:left;
}
