html {
font-family:verdana;
font-size:12px;
color:#ffffff;
}

body {
background:#222222;
background-image:url(../images/background.jpg);
background-position:top;
background-repeat:repeat-x;
height:314px;
margin:0;
}

#container{
width:760px;
margin:0 auto;
}


#header{
	height:193px;
	font-family:arial;
	font-size:24px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

/* Nav start */
#nav {
	font-size:16px;
	text-align:center;
	margin: 0px;
}

#nav li {
	display:inline;
	margin-right:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}

.current {
	font-weight:bold;
	background-color:#242E47;
	padding: 14px 10px;
}
#nav  a:link, #nav a:visited {
	font-weight:bold;
	color:#596A8F;
	text-decoration:none;
	padding: 14px 10px;
}

#nav a:hover {
	color:#ffffff;
	background-color:#252e48;
	padding: 14px 10px;
}

.name {
	height: 0px;
	display: none;
}
.top {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}

#largelink {
	font-size:16px;
	text-align:center;
	margin: 0px;

}

#largelink  a:link, #largelink a:visited {
	display:block;
	font-weight:bold;
	color:#596A8F;
	text-decoration:none;
	padding:14px 10px;
	background-color: #0C1125;
	border-bottom: solid 5px #242E47;
}

#largelink a:hover {
color:#ffffff;
background-color:#252e48;
padding:14px 10px;
}

#subnav {
	font-size:16px;
	text-align:center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#subnav li {
	display:inline;
	padding:14px 10px;
	margin-right:10px;
}
#subnav  a:link, #subnav a:visited {
	font-weight:bold;
	color:#596A8F;
	text-decoration:none;
	padding:14px 10px;
	background-color: #0C1125;
	border-bottom: solid 5px #242E47;
}

#subnav a:hover {
color:#ffffff;
background-color:#252e48;
padding:14px 10px;
}
/* Nav end */

/* a links start */

a:link, a:visited {
font-weight:bold;
color:#596A8F;
text-decoration:none;
}

a:hover {
color:#ffffff;

}

/* a links end */

/* content start */

#content {
	padding:15px 15px 15px 15px;
}
#list    ul {
	margin: 0 auto;
	list-style-type:none;
	width:650px;
	margin-bottom: 30px;
}
#list {
	width: 650px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#list   ul   li {
font-size:12px;
display:block;
background-color:#424242;
border-bottom:1px solid #C0C0C0;
padding:15px 10px;
height:100px;
}
#list   ul   li   img {
float:left;
margin-right:20px;
border:2px solid #596A8F;
}
#list   ul {
margin-bottom:30px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #737373;
	color: #688BA4;
	font-size: 14px;
}
h2 {
	font-size: 18px;
}

code {
	width: 580px;
	background-color: #2E3A54;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px dashed #FFFFFF;
}

strong {
	color: #85A0B6;
}
#leftcol {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#rightcol {
	margin-left: 265px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 15px;
}
.column {
	float: left;
	width: 210px;
	background-color: #252525;
	margin-right: 10px;
	height: 300px;
	padding-left: 10px;
	padding-right: 10px;
}






/* content end */

/* footer start */
#footer {
	background-image:url(../images/footer.jpg);
	height:20px;
	background-repeat: repeat-x;
	text-align:center;
	padding:15px;
	clear: both;
	margin-top: 100px;
}
/* footer end */
