/* CSS Reset */

html, body, div, span, applet, object, iframe,
 h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1{
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CSS Document */

html{background-color:#141414;color: #949494;margin:0;padding:0; font-family: Tahoma, Arial, Helvetica, sans-serif;}

body{width:900px; margin:0px auto;color: #949494;}

.header{text-align:center;padding-top:45px; padding-bottom:18px;}
.menu{
	background-color:#3d4042;
	height:21px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.menu a{
	color:#cccccc;
	text-decoration: none;
}
.main{background-color: #2F3133;}
.main2{width:880px; margin:0px auto;padding-top:10px;padding-bottom:10px;}
.photo{float:right; width:197px;}
.content{float:left; width:650px;}
.content2{float:left; width:780px;}
.content1{
	float:left;
	width:400px;
	left: 100px;
	top: 10px;
	padding-left: 150px;
}
.clearboth{clear:both;}
.indexer{width:400px; margin:0px auto; padding-top:50px; text-align:center;}
.indexer p{text-align:center;}

h1{font-size:12px;margin-bottom:10px; padding-bottom:2px; text-transform:uppercase; letter-spacing: 2px;text-align:center}
p,ul,table{font-size:11px; line-height:1.5em;margin-bottom:10px; text-align:center;}
ul{list-style-type:disc;padding-left:150px; text-align:left;}

.content a{color:#CCCCCC;}
