@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
	
body {
	font-size:80%;
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(../images/background.png);
	color: #999;
	padding: 5px;
	width:905px;
	margin:0 auto;
}
	
/* Header */
#header {
	background:url(../images/header.png) no-repeat;
	width: 905px;
	height: 150px;
	margin: 0 auto;
}


#bullet{
	letter-spacing: .2em;
	padding: .1em;
	font-size:11px;
}

ul, li, ol{
	color: #00538A;
}

/* Page */

#pagelayout {
	width:905px;
	height:auto;
	margin:0 auto;
}

/* Column container */

#columnweb1 {
	width:590px;
	float:left;
	padding:5px;
}

#columnweb2 {
	width:250px;
	float:right;
	padding: 5px;
}

#container{
	width:890px;
}

#columnfountain1 {
	width:430px;
	float:left;
}

#columnfountain2{
	width:430px;
	float:right;
}


#column1 {
	width:430px;
	float:left;
}

#column1a {
	width:430px;
	float:left;
}
/*
#seperator{
	border-right: 1px solid #FFFFFF;	
	width:430px;
	padding:3px;
}
*/

#column2{
	width:430px;
	float:right;
}

#column2a{
	width:430px;
	float:right;
}

#columncontainer1{
	width:430px;
	float:right;
	padding-bottom:25px;
}

#columncontainer2{
	width:430px;
	float:right;
	padding-bottom:25px;
}

#columncontainer3{
	width:430px;
	float:right;
	padding-bottom:25px;
}

#columncontainer4{
	width:430px;
	float:right;
	padding-bottom:25px;
}

#column3a{
	width:200px;
	float:left;
	padding-left:10px;
}

#column3b{
	width:200px;
	float:left;
	padding-left:10px;
}

#column3c{
	width:200px;
	float:left;
	padding-left:10px;
}

#column3d{
	width:200px;
	float:left;
	padding-left:10px;
}

#column4a{
	width:200px;
	float:right;
	font-size:9px;
}

#column4b{
	width:200px;
	float:right;
	font-size:9px;
}

#column4c{
	width:200px;
	float:right;
	font-size:9px;
}

#column4d{
	width:200px;
	float:right;
	font-size:9px;
}



#socialbookmark {
	background-image:url(../images/socialbookmark.png);
	width:375px;
	height:75px;
	float:left;
}


/* Footer */
#footer {
	width: 905px;
	margin: 0 auto;
	border-top: 1px solid #0176BC;
	color: #FFF;
}

#footer p {
	text-align: center;
	font-size: 100%;
	text-decoration:none;
	color:#FFF;
}

#footer p a {
	text-align: center;
	text-decoration:none;
	color:#0099FF;
}

#footer p a:hover {
	text-align: center;
	text-decoration:none;
	color:#FFDF00;
}
