/*Generic Template {{{gray style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	min-height: 100%;
	height: auto;
	height: 100%;
	}		
	
body {
	background: #2b7176 url(images/bg_gray.jpg) 0 0 repeat-x;
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0;
	}

h1,h2,h3,h4,h5,h6 {
	margin: 10px 0;
	}

.container {
	width: 760px;
	padding-bottom: 80px;
	margin: 0 auto;
	border: 1px solid gray;
	background: #fff url(images/content.jpg) bottom left no-repeat;
	}	
	
#header {	
	background: url(images/header.jpg) 0 0 no-repeat;
	height: 250px;
	width: 760px;
	border-bottom: 1px solid gray;
	}
	
.title {
	float: left;
	width: 375px;
	text-align: center;
	padding-top: 80px;
	}	
	
#header h1 {
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: normal;
	margin: 0;
	color: gray;
	padding-left: 10px;
	padding-top: 200px;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: gray;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
a:visited {
	color: gray;
	}
	
.menu1 {
	padding-top: 5px;
	}
	
.menu1 ul {
	padding-left: 10px;
	}	
	
.menu1 li {
	display: inline;
	list-style-type: none;
	}
	
.menu1 ul a {
	display: inline;
	color: gray;
	margin-right: 5px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu1 ul a:active {
	font-weight: normal;
	}

/*-- end of menus --*/	
		
.content_wrap {
	width: 760px;
	}		
		
.content {
	width: 700px;
	margin: 0 auto;
	min-height: 500px;
	}	
	
.content ul {
	padding-left: 15px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	margin: 5px 0;
	line-height: 1.2em;
	}	
	
.footer {
	text-align: center;
	font-weight: bold;
	clear: both;
	padding-top: 30px;
	margin-top: 20px;
	}	
	