body
{
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
}

h1,h2,h3,h4
{
    margin-top: 0px;
}

#main_wrapper
{
	border: 0px dashed orange;
	margin-top: 0px;
}

#top_banner
{
	width:950px;
	height:180px;
	background-image: url('/images/vp_header.jpg');
	background-color: #cccccc;
}


#shaddow
{
	background-image: url('/images/page_bg.gif');
	background-color: #dddddd;
	padding: 0 10px 0 10px;
	border: 0px dashed green;
	width: 950px;
}


#content_wrapper
{
	width: 950px;
	
	border: 0px dashed red;
	background-color: #ffffff;
    background-color: #CFD1AF;
	text-align: left;
}

#menu_wrapper
{
	margin-top: 0px;
	background-color: #979959;
}

#menu_shaddow
{
	height: 5px;
	background-image: url('/images/menu_shaddow.gif');
}

#col1_content
{
    padding-left: 10px;
}

.title
{
	font-family: georgia,arial, tahoma;
	font-size: 20px;
	color: #232631;
}

.normal
{
	font-family: georgia,arial, tahoma;
	font-size: 13px;
	line-height: 140%;
	color: #232631;
}

.larger
{
	font-family: georgia,arial, tahoma;
	font-size: 15px;
	color: #232631;
}

.photo_frame
{
	float:left;
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	border: 10px solid #cccccc;
	margin: 0px 20px 20px 20px;
}

.photo_frame1
{
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	margin: 0px 0px 20px 0px;
}

#footer
{
	background-image: url('/images/vp_footer.jpg');
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	height: 170px;
}

.link
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #733050;
	text-decoration: none;
}

.link:hover
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #838839;
	text-decoration: none;
}

.link_footer
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.link_footer:hover
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: underline;
}


.hline1
{
	border-top: 1px dashed #cccccc;
	margin:20px 0px 10px 0px;
}

.grey
{
    color: #888888;
}

.frame
{
    border: 5px solid #ffffff;   
}


