body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #363636;
    text-align: center;
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 13px;
    color: #515151;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
h1, h2, h3 {
	font-family: Times;
	font-weight: normal;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #10217d;
    text-decoration: underline;
}
a:hover, a:active {
    color: #5c69ac;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 900px;
	margin: 15px auto;
	text-align: left;
	border: 7px solid #3e3e3e;
	background: #3555bc url(../_images/wrapper.jpg) 0 0 repeat-y;
	position: relative;
}
#main {
	background: transparent url(../_images/top.jpg) 0 0 no-repeat;
	height: 1%;
}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	width: 180px;
	float: left;
	margin: 165px 0 0 33px;
	display: inline;
}
	#menu li {
		list-style: none;
		font-size: 14px;
		padding-bottom: 7px;
		margin-bottom: 7px;
		background: transparent url(../_images/dot.gif) left bottom repeat-x;
	}
		#menu li li {
			font-size: 12px;
			padding: 0;
			margin: 0 0 0 15px;
			background: none;
			list-style: disc;
			color: #FFF;
		}
			#menu li li li {
				font-size: 11px;
				list-style: none;
			}
	#menu a:link, #menu a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#menu a:hover, #menu a:active {
		color: #EFEFEF;
	}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
#header {
	height: 245px;
	width: 642px;
	float: right
}	
	#header h1 {
		font-size: 24px;
		line-height: 24px;
		color: #10217d;
		padding-top: 181px;
	}
	#header-photo {
		float: right;
	}

#content {
	width: 580px;
	float: right;
	margin-right: 62px;
	display: inline;
}
		
	#content h2 {
		font-size: 18px;
		color: #10217d;
	}
	#content h3 {
		color: #000;
		font-size: 16px;
	}
	#content li {
		margin-left: 30px;
	}
		#content li ul {
			margin-bottom: 0px;
		}
	
	div.thumb {
		border: 1px solid #EFEFEF;
		padding: 4px;
		text-align: center;
		font-size: 10px;
		float: right;
		display: inline;
		margin-left: 10px;
	}
		div.thumb img { display: block; }
	
	.rss_box {
		border: 1px solid #e2eff8;
		padding: 5px 10px;
		margin-bottom: 30px;
	}
	#content .rss_items li {
		list-style: none;
		font-size: 11px;
		margin: 0;
		padding-bottom: 3px;
	}
	
	p.top {
		font-size: 10px;
		text-align: right;
	}

#welcome {
	width: 290px;
	float: left;
}	
#stats {
	width: 265px;
	float: right;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	height: 51px;
	background: transparent url(../_images/footer.jpg) 0 0 no-repeat;
	clear: both;
}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}


