/*QS Template {{{gray style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: black url(images/left_border.jpg) 0 0 repeat-y;
	color: gray;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1,h2,h3,h4,h5,h6 {
	padding: 15px 0;
	}
	
a {
	color: lightgray;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: slategray;
	}	
		
.container {
	margin-left: 200px;
	background: url(images/bg_space.jpg) 0 0 repeat;
	}	

#header {
	background: url(images/earth.jpg) top right no-repeat;
	height: 250px;
	}

#header h1 {
	/*background: url(images/space_shuttle.gif) bottom left no-repeat;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: gray;
	padding-top: 195px;
	}


	
.menu1 ul {
	border-top: 5px solid gray;
	list-style-type: none;
	padding-top: 5px;
	}
	
.menu1 ul li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: gray;
	text-decoration: none;
	padding: 5px 5px 10px 5px;
	}	
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
		
.content_wrap {
	background: url(images/content_wrap_bg.jpg) bottom left repeat-x;
	}		
		
.content {
	margin: 35px 0 10px 0;
	padding: 0 10px 20px 10px;
	border-bottom: 5px solid gray;
	}	
	
.content ul {
	padding-left: 15px;
	}	
	
.content p {
	margin: 10px 0;
	}	
	
#footer.footer {
	color: gray;
	padding: 0 0 10px 15px;
	font-size: 14px;
	}	
	
.content img {
	border: 3px solid gray;
	}	
