body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	font-size: 13px;
	background: #acacac;
}

img, table { border:0; }
div, img, table, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }

a { color: #0000aa; }
a:hover { text-decoration: none; }



#main {
	width: 830px;
	margin: 15px auto;
	xbackground: url(../imgs/bg.png) repeat-y;
}

#header {
	position: relative;
	height: 150px;
}

#nav {
	height: 30px;
	margin: 0 15px;
	background: #000;
	
}

#nav a {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 13px;
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #000;
}

#nav a:hover,
#nav a.active {
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
}

#middle {
	position: relative;
	min-height: 400px;
	background: url(../imgs/bg.png) repeat-y;
}

#sidebar { 
	position: relative;
	width: 220px;
}

#sidebar.left {
	float: left;
}


#content {
	padding: 0px 50px 30px 17px;
}

#page {
	padding: 30px;
	min-height: 400px;
}

#page.right {
	margin-left: 230px;
}

#footer {
	height: 26px;
	xborder-top: 3px solid #000;
	color: #fff;
	background: url(../imgs/footer.png) no-repeat top #3f71b7;
	padding: 7px 30px;
	font-size: .8em;
}


.clear { clear: both; }
.clearr { clear: right; }
.clearl { clear: left; }
.p10 { padding: 10px; }
.p5 { padding: 5px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.p25 { padding: 25px; }
.mt10 { margin-top: 10px; }
.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }

br.clear, br.clearl, br.clearr {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/****************************************************************/
h1 {
	border-bottom: 1px solid #888;
	font-family: "Times New Roman", serif;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
}

#body {
	line-height: 1.5em;
	color: #333;
}

#body p strong {
	color: #000;
}

#splash {
	height: 90px;
	border-bottom: 1px solid #888;
}

/****************************************************************/
.project {
	clear: right;
	position: relative;
	padding-bottom: 12px;
	padding-top: 5px;
	margin-top: 12px;
	border-top: 1px solid #888;
}

.project img {
	float: right;
	position: relative;
	margin-left: 12px;	
}

.project p,
.project h5 {
	margin-top: 3px;
	margin-left: 10px;
}

.project h5 { 
	color: #777;
}

.twrapper {
	position: relative;
	margin-left: -20px;
	background: url(../imgs/open_quote.gif) no-repeat top left;
	padding: 10px 40px 10px 40px;
	border-bottom: 1px solid #888;
	margin-top: 10px;
}

.testimonial {
	background: url(../imgs/close_quote.gif) no-repeat bottom right;
	padding: 10px;
}

.twrapper em {
	color: #888;
}

/****************************************************************/
#login_form label {
	display: block;
	padding: 12px 0 2px 0;
}

a.admin {
	font-size: 80%;
	padding: 3px;
	margin: 5px;
	display: block;
	position: relative;
	xwidth: 200px; 
}
a.admin:hover {
	color: #fff;
	background: #008;
}
