#gradl
{
	position:			absolute;
	top:				0px;
	left:				175px;
	width:				10px;
	height:				700px;
	background:			#950818 url("images/gradient_l.png") repeat-y;
}

#gradr
{
	position:			absolute;
	top:				0px;
	left:				885px;
	width:				10px;
	height:				700px;
	background:			#950818 url("images/gradient_r.png");
}

#topbanner 
{
	position:			absolute;
	top:				0px;
	left:				185px;
	width:				700px;
	height:				45px;
	background:			#950818 url("images/presi_title_red.gif");
	background-repeat:	no-repeat;
}

#navcontainer
{
	position:			absolute;
	top:				45px;
	left:				185px;
	width:				700px;
	height:				22px;
	background-color:	#950818;
}

.navitem
{
	width:				140px;
	height:				20px;
	background-color:	#950818;
	float:				left;
}

#divider
{
	position:			absolute;
	top:				68px;
	left:				185px;
	width:				700px;
	height:				10px;
	background-color:	#ffffff;
}

#sidebar
{
	position:			absolute;
	top:				78px;
	left:				185px;
	width:				125px;
	height:				622px;
	background:			url(images/alex_left_125.jpg); 
	background-repeat:	no-repeat;
	float:				left;
}

#main
{
	position:			absolute;
	top:				78px;
	left:				310px;
	width:				555px;
	height:				622px;
	background:			url(images/alex_right_125_sepia.jpg); 
	background-repeat:	no-repeat;
	padding:			0px 10px 0px 10px;
	text-align:			justify;
	color:				#950818;
}

img
{
	border:				0px;
}

body
{
	font-family:		Arial, Verdana;
	font-size:			12px;
}

h1
{	
	color:				#000000;
	font-size:			15px;
}

.bodytext
{
	padding-left:		130px;
}

ul
{
	padding-left:		150px;
}

