#vrWrapper
{
	margin	: 0 auto;
	width	: 970px;
}

#header
{
	float	: left;
	width	: 100%;
	height	: 195px;
}

#menubar
{
	float	: left;
	width	: 100%;
	height	: 40px;
	background	: url(img/nav.jpg) no-repeat;
}

#header2
{
	float	: left;
	width	: 100%;
	height	: 79px;
	background	: url(img/header.jpg) no-repeat;
}

#header2 h1
{
	margin	: 0;
	padding	: 0;
	margin-top	: 30px;
	color		: #ffcc00;
	font-size	: 22px;
	margin-left	: 40px;
	font-weight	: normal;
	
}

#shadowWrap
{
	float	: left;
	width	: 100%;
	background	: url(img/mid-shadow.jpg) repeat-y;
}

#shadowTop
{
	float	: left;
	width	: 100%;
	background	: url(img/top-shadow.jpg) no-repeat;
	min-height	: 410px;
}

#shadowBot
{
	float	: left;
	width	: 100%;
	background	: url(img/shadow_bottom.jpg) no-repeat;
	height	: 24px;
}

#boxes3
{
	float	: left;
	width	: 100%;
	background	: url(img/subnav.jpg) repeat-y;
}

#boxTop
{
	float	: left;
	width	: 100%;
	background	: url(img/subfooter_top.gif) no-repeat;
	padding-top	: 20px;
}

#boxBot
{
	float	: left;
	width	: 100%;
	height	: 30px;
	background	: url(img/subfooter_bottom.gif) no-repeat;
}

.copyRight
{
	float : left;
	width	: 45%;
	font-size	: 11px;
	margin-left	: 12px;
	display:block;
}

.designer
{
	float : right;
	width	: 45%;
	text-align: right;
	font-size	: 11px;
	margin-right	: 12px;
	display:block;
	margin-bottom	: 12px;
}

#makeMargin
{
	margin	: 0 20px;
}


#rightcol
{
	float	: right;
	width	: 304px;
	border-left	: 1px dashed #0652a6;
}

#contentwrapper
{
	float		: left;
	width		: 610px;
}


#box1,
#box2,
#box3
{
	float	: left;
	width	: 250px;
}

#box1
{
	margin-left	: 50px;
}

#box2
{
	margin-left	: 60px;
}

#box3
{
	margin-left	: 70px;
}

#boxes3 .block-content ul
{
	list-style-type:none;
	margin	: 0;
	padding	: 0;
	font-size	: 11px;
	font-family	: verdana;
	margin-left	: 20px;
}

#boxes3 .block-content ul li
{
	background	: url(img/bullet.jpg) 0px 2px no-repeat;
	padding-left	: 12px;
	padding-bottom	: 8px;
}

#boxes3 a:hover
{
	text-decoration	: underline;
}

