/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */

	font-family:arial,sans-serif;
	font-size:14px;	
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#666;
		text-decoration:none;
	}

p { 
	line-height:1.5;
	padding-left:20px;
	padding-right:20px;
}

div#container {

	margin:0 auto; /* center, not in IE5 */
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;	
	position:relative; /* needed for footer positioning*/
	width:100%;
	min-height:100%; /* real browsers */


}

div#top {
	
	height:105px;
	width:775px;
	background-position:center;
	background-image:url(images/toppage.jpg);
	background-repeat:no-repeat;
}

div#Contact{
height:100px;
width:170px;
float:right;
margin-right:20px;
margin-top:17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.0em;
font-weight:bold;
text-align:left;
color:#444444;
}


div#top p {

	font-size:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	}
	
div#links {
	
	height:215px;
	width:775px;
}

div#links p {
	font-size:1.0em;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}
	
div#links2 {	
	background-color:#64C4D0;
	height:15px;
	width:745px;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-top:5px;
	color:#000000;
}

div#content {
	
	margin:0 auto; /* center, not in IE5 */
	width: 775px; /* Overall width of div */
	background-color:#FFFFFF;
	background-position:top;
	background-repeat:no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}
	div#content p {
		text-align:justify;
		padding-left:20px;
		padding-right:20px;
	}

div#footer {
	clear:both;
	width:775px;
	height:40px;
	background-color:#222222;
	text-align:center;
	color:#CCC;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	}
	
	div#footer p {
		padding-top:7px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:0.8em;
	}
	
.titleText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
	
.contentText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#222;
}

.news {
	width:150px;
	height:200px;
	margin-left:15px;
	margin-right:15px;
	float:right;
	background-color:#CCC;
	margin-top:40px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
	color:#333;
	border:thin;
	border-color:#999;
	}