﻿/* CSS layout */


body {
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url('images/home_bg.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	background-color:#000000;

}
	
#content {
	width:900px;
	margin:0px auto;
	text-align:center;
	padding:15px;
	border:none;
	background-color:transparent;
	background-repeat: no-repeat;

	}
	
#masthead {
width:900px;

}
#nav {
	
	width:900px;
	margin-bottom: 20px;
	padding:0px;
	text-align:center;
}

	
#left_col {
	width: 250px;
	float:left;
	left: 0px;
	top: 0px;
	margin-left:35px;


	}

#right_col {
width: 550px;
background-color:#88C37F;
	background-image:none;
	background-repeat:repeat;
	text-align:left;
	margin-left:285px;
	font-weight:bold;
	}
	
	#right_col_text {
width: 550px;
background:transparent;
	background-image:none;
	background-repeat:repeat;
	text-align:left;
	margin-left:0px;
	font-weight:bold;
	}

#one_col {
background-color:#88C37F;
	width: 800px;
	float:left;
	left: 0px;
	top: 0px;
	margin-left:35px;


	}



p {
	margin:0px 15px 0px 15px;
}

h1 {
	font-size:24px;
	font-weight:bold;
	padding:15px;
	color:#000;
}

.left_nav {
	color:white;
	text-align:center;
}

img a {
	border: none;
}

.nav_img {
	border: none;
}


a:link {
text-decoration: none;
color:#fff;
}
a:visited {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: underline;
color: #fff;
}
a:active {
text-decoration: underline;
color: #fff;
}

.singe-col {
	padding:10px 10px 10px 0px;
}

.transparent_class {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

.text {
	
	filter:alpha(opacity=100);
	-moz-opacity:2.0;
	-khtml-opacity: 2.0;
	opacity: 2.0;
	text-align:center;
}

}
.form {
	text-align:center;
}

