
html, body, div, span, applet, object, iframe,
h1, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #575757;
	background-image:url('../background.jpg');
	background-repeat: repeat-x;	
	text-align:center;
	padding: 0px 0px 0px 0px;
	color: #FFF;
	font-size: 1em;
	font-family:arial, helvetica;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #FFF;
	margin-bottom: 5px;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	padding: 0px;
	text-align: center;
	height: 300px;
	width: 800px;
}

.wide {
	width: 800px;
	padding: 10px;
}

.float {
	float: left;
}

.small {
	margin-right: 25px;
	padding-right: 10px;
	width: 360px;
}

#news {
	margin-left: 20px;
	list-style-type: none;
	padding-left: 5px;	
	padding-right: 5px;
}

#news li {
	margin-bottom: 10px;
}

#news li a{
	font-size: 1.1em;
	color: #FFF;
}

#news li a:hover{
	color: #666;
}

#news li small {
	font-size: .9em;
	font-style: italic;
	margin-left: 3px;
}

#login {	
	border: 1px solid #666;
	display: block;
	float: left;
	margin: 10px;	
	width: 100px;
	height: 25px;
	background-image : url('../login1.jpg'); 
}

#login:hover {
	background-image : url('../login2.jpg'); 
}

#join {	
	border: 1px solid #666;
	display: block;
	float: left;	
	margin: 10px;
	width: 100px;
	height: 25px;
	background-image : url('../join1.jpg'); 
}

#join:hover {
	background-image : url('../join2.jpg'); 
}

#links {
	float: left;
	text-align: center;
	padding-left: 260px;
}
