html{
	height: 100%;
}

body{
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	color: #777777;
	font-size: 9pt;
	background-color: #F1F1F1;
	height: 100%;
}


	
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}

div{
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #F1F1F1;
	background: none;
	color: #000000;
}

#left_border{
	background-image: url(../images/left_border.gif);
	background-position: left;
	background-repeat: repeat-y;
	width: 1050px;
}


#right_border{
	background-image: url(../images/right_border.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 1050px;
}

div#content_header{
	margin: auto;
	width: 1000px;
}

img#randomimg{
	padding: 0px;
	margin: 0px;
}

div#content{
	width: 1000px;
	margin: auto;
	margin-top: 0px;
	padding-bottom: 15px;
	text-align: left;
}	


.clear_both{
	clear: both;
}

div#nav_cont{
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 1000px;
}

#nav{
	margin: 0px 0px 0px 527px;
	padding: 0px;
	height: 22px;
}

#nav li img{
	padding: 0px 5px 0px 5px;
	margin: 0px
}

#nav li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav li.clear_float{
	clear: both;
}

#nav li img#last{
	padding-right: 0px;
}

#nav li a{
	padding: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 1px;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	float: left;
}
.cols_30_70_right{
	height: 250px;
	width: 900px;
	background-color: #3333FF;
}

.cols_30_70_left{
	height: 100%;
	width: 30%;
	background-color: #FF3333;
	float: left;
}

.cols_25_50_25_middle{
	height: 250px;
	width: 900px;
	background-color: #3333FF;
}

.cols_25_50_25_left{
	height: 100%;
	width: 25%;
	background-color: #FF3333;
	float: left;
}

.cols_25_50_25_right{
	height: 100%;
	width: 25%;
	background-color: #33FF33;
	float: right;
}

#non_footer{
	position: relative;	
	min-height: 100%;
	background-image: url(../images/borders.gif);
	background-repeat: repeat-y;
	background-position: center;
}

* html #non_footer{
	height: 100%;
}

#footer{
	clear: both;
	position: relative;
	margin-top: -15px;
	margin-left: 25px;
}

#wrapper{
	margin: 0px auto;
	width: 1100px;
	height: 100%;
}
