/* this is the header info */
html {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

	
body {	
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	background-color:white;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

h1 {
	font-size:26px;
	line-height:28px;
	font-weight:500;
	color:#000;
	text-align: center;
}
	
p, ul, ol, li {
	font:12px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	}

ul {
	margin-left:30px;
}

a {
	color: #006;
	background-color:transparent;
	font-size:14px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {
	color:#309;
	text-decoration: none;
}
a:visited {
	color: #003;
	text-decoration: none;
}
a:hover {
	color: #4f8f4c;
	text-decoration: underline;
	font-family: verdana, arial, helvetica, sans-serif;
}

#Container{
	width: 1175px;
	height: 1100px;
	display: block;
	position: relative;
	background-position: center top;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color:none;
}

#Header {
	width:1175px;
	height:50px;
	position:absolute;
	margin-top: 15px;
	margin-left:0px;
	background-image: url(Images/header.gif);
	left: 0px;
	top: 20px;
}

#Main_Frame{
	position: absolute;
	top:225px;
	margin-left:225px;
	margin-right: 1150px;
	height:455px;
	width: 930px;
	background-image:url(Images/background.jpg);
}

#Logo_Header {
	position:absolute;
	top:99px;
	margin-left:225px;
	margin-right: 1150px;
	height:100px;
	width: 950px;
	background-image: url(Images/logo_header.jpg);
}

#Line{
	position:absolute;
	top:210px;
	margin-left:225px;
	margin-right: 1150px;
	height:5px;
	width: 950px;
	background-image: url(Images/line.gif);
}

#Content {
	padding:10px;
	position:absolute;
	margin-left:225px;
	margin-right: 1150px;
	top:212px;
	height:800px;
	width: 930px;
	background-image: url(Images/granite_background.jpg);
}

#Spry_background {
	position:absolute;
	top:100px;
	left:15px;
	width:195px;
	height: 247px;
	background-image: url(Images/granite_background_oval.jpg);
}
	
#Spry {
	position:absolute;
	left:25px;
	width:175px;
	height: 225px;
	top: 110px;
	font:11px/20px verdana, arial, helvetica, sans-serif;
	background-color: #eeeee;
	}
	
#Comment_bar {
	position:absolute;
	top:365px;
	left:15px;
	width:195px;
	height: 247px;
	background-image: url(Images/granite_background_oval.jpg);
}

#Comment_background{
	position:absolute;
	left:25px;
	width:175px;
	height: 227px;
	background color:#309;
	top: 375px;
	margin-left: 0px;
	background-image: url(Images/comment_background.gif);
}

#Comment_message {
	position:absolute;
	top:385px;
	left:35px;
	width:155px;
	height: 124px;
	font:Verdana, Geneva, sans-serif;
	color: #4f8f4c;
}

#Comment_logo{
	position:absolute;
	top:542px;
	left:145px;
	width:50px;
	height:50px;
	background-image:url(Images/logo_left.gif);
}

#Sample_Block_1{
	position:absolute;
	top:140px;
	left:70px;
	width:255px;
	height:330px;
}

#Sample_Block_2{
	position:absolute;
	top:140px;
	left:397px;
	width:255px;
	height:330px;
}

#Example_Button{
	position:absolute;
	top: 510px;
	width:100px;
	height:30px;
	margin-left: 325px;		
}
#Title_1{
	position:absolute;
	top: 275px;
	width:200px;
	height:20px;
	left: 325px;
	text-align: center;
}


#Title_2{
	position:absolute;
	top: 275px;
	width:200px;
	height:20px;
	left: 650px;
	text-align: center;
}

#Website_Information{
	position:absolute;
	padding:10px;
	position:absolute;
	margin-left:225px;
	margin-right: 1150px;
	top:1030px;
	height:50px;
	width: 930px;
	background-color:none;
	
}

