/* CSS Document */

html,
body{
height:100%;
margin:0;
background-color:#006600;
}

#container
{
min-height: 100%;
position: relative;
width: 955px;
background-color: #fff;
background-image:url(../page_layout_images/overall_background.jpg);
color: #333;
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
}

#title
{
float:left;
width:612px;
top:0px;
left:0px;
}

#photocorner
{
float:right;
width:343px;
height:383px;
top:0px;
left:611px;
background-image:url(../page_layout_images/photo_corner.jpg);
}

#menu
{
float:right;
background-color:#FFFFFF;
width:612px;
top:112px;
left:0px;
}

#vine
{
float:left;
width:140px;
top:142px;
left:0px;
}

#menu_bottom
{
float:left;
width:472px;
top:142px;
left:140px;
}

#main_content
{
height:100%;
float:left;
width:472px;
height: auto;
top:166px;
left:140px;
}

#side_content
{
float:right;
width:343px;
top:383px;
left:612px;
}

#footer
{
	height: 72px; /* .push must be the same height as .footer */
	width:835px;
	background-color:#006600;
	margin: 0 auto;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CC00;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CC00;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CC00;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
}

a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF00;
	font-style: normal;
	text-decoration: underline;
	line-height: normal;
}

.standard_text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00CC00;
}
.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.standard_text_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.standard_text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}
.border {
	border: 1px solid #006600;
}
.standard_text_sidebar {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.standard_text_bold_sidebar {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.standard_text_frontpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}

.clear {
       clear: both;
       height: 1px;
       font-size: 1px;
       line-height: 1px;
       margin-bottom: -1px;
}

.photo_space_left {
	padding-right: 15px;
}
