 /* first reset some of the elements for browser compatibility */
body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{	/* style the body */
	margin-top:20px;
	color:white;
	font-size:13px;
	background-color:#222222;
}

.clear{	/* the clearfix class */
	clear:both;
}

a, a:visited {	/* a:visited is needed so it works properly in IE6 */
	color:#00BBFF;
	text-decoration:none;
	outline:none;
}

a:hover{	/* the hover effect */
	text-decoration:underline;
}

#container{	/* the main container div */
	width:610px;
	margin:20px auto;
}

#header,#footer{	/* the header and the footer share some of their style rules */
	background-color:#2A2A2A;
	border:1px solid #444444;
	overflow:hidden;
}

#header {
width:610px;
margin:20px auto;
padding: 6px 0 6px 0;
}

#footer{	/* ..but not all */
width:610px;
margin:20px auto;
padding: 6px 0 6px 0;
}

.style3{
font-weight: bold; font-size: 18px; font-family:Arial, Helvetica, sans-serif;
}

div.nomargin{	/* our special nomargin class */
	margin-right:0px;
}

.pic{	/* divs that hold all the pictures in the gallery */
	float:left;
	margin:0 15px 15px 0;
	border:5px solid white;
	width:100px;
	height:100px;
}

.pic a{	/* in every .pic container there is a hyperlink exactly the size of the container */
	width:100px;
	height:100px;
	text-indent:-99999px;
	display:block;	/* don't forget that widths and heights of hyperlinks are useless without display:block */
}

h1{	/* style the heading */
	font-size:28px;
	font-weight:bold;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

h2{	/* the footer text */
	font-weight:normal;
	font-size:14px;
	color:white;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	background-color: #02080d;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
}
.clearfix {
	clear: both;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	margin: 0px auto;
	clear: both;
}
p img {
	padding: 0;
	max-width: 100%;
}
em {
	font-style: italic;
}
code {
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	font-size: 1.025em;
}
blockquote p {
	line-height: 22px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

