﻿#container {
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-image:url('images/cur_theam/Background.jpg');
	background-repeat:repeat-y;
}
#header {
	height:130px;
	width:960px
}
#top_nav {
	height:40px;
	width:960px;
}
#main_body_img {
	z-index:1;
	position:absolute;
	margin:0px 0px 0px 0px;
}
#right_col {
	position:relative;
	width:340px;
	float:right;
	margin-right:30px;
	z-index:2;
}
#main_col {
	position:relative;
	float:left;
	width:540px;
	margin-left:32px;
	z-index:3;
}
#footer {
	height:60px;
	border-top-style:solid;
	border-top-color:black;
	width:960px;
	clear:both;
	background-image:url('images/cur_theam/Background.jpg');
}
#footer_links {
	height:55px;	
	float:left;
	width:540px;
	text-align:center;
	padding-top:5px;
	margin-left:30px;
}
#footer_copyright {
	height:55px;
	float:right;
	width:340px;
	padding-top:5px;
	text-align:center;
	vertical-align:middle;
	font-size:small;
	margin-right:30px;
}
#no_margin {
	margin-top:0px;
	margin-bottom:0px;
}
#no_margin_indent {
	margin-top:0px;
	margin-bottom:0px;
	text-indent:3px;
}
#small_margin {
	margin-top:2px;
	margin-bottom:2px;
}
#small_margin_with_indent {
	margin-top:2px;
	margin-bottom:2px;
	text-indent:15px;
}
#image_margin {
	margin-left:-30px;
}
