/* ISM | Mock Fanlisting Collective
Style CSS
Author: Tamago Today

Text: #2e2e2e
Links: #868686
************************************ */

/* GLOBAL STYLES */

html, body {
margin : 0px auto;
border : none;
padding : 0px 0px 0px 0px;
height: 100%;
color: #2e2e2e;
font-family: Arial, Helvetica, Verdana, Sans-Serif;
font-size: 14px;
line-height: 150%;
text-align: center;
background: #ffffff url(http://img600.imageshack.us/img600/9696/23696911.png) repeat-x;
}

a:link, a:visited {
margin: 0px;
padding: 0px 2px 0px 2px;
color: #2e2e2e;
text-decoration: none;
text-transform: uppercase;
background: #e6e6e6;
}

a:hover {
margin: 0px;
padding: 0px 2px 0px 2px;
color: #2e2e2e;
text-decoration: none;
text-transform: uppercase;
background: #ffffff;
}

blockquote {
margin: 10px auto;
-moz-border-radius: 0px 20px 0px 20px;
-webkit-border-radius: 0px 20px 0px 20px;
-khtml-border-radius: 0px 20px 0px 20px;
border-radius: 0px 20px 0px: 20px;
padding: 10px;
width: 75%;
color: #ffffff;
background: #595959;
}

strong {
color: #f03e3e;
font-weight: normal;
}

td {
margin: 0px;
padding: 5px;
}

/* STRUCTURE DIVS */

#container {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 100%;
text-align: left;
}

#header {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 800px;
height: 108px;
text-align: center;
background: url(http://img577.imageshack.us/img577/5797/topyh.png) no-repeat;
}

#content {
margin: 0px auto;
padding: 0px 0px 0px 0px;
width: 800px;
text-align: center;
}

#sidebar {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
width: 200px;
}
	#sidebar img {
	border: 5px solid #595959;
	}

	#sidebar ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	}

	#sidebar li:first-child {
	display: block;
	border-top: 1px solid #999999;
	}

	#sidebar li {
	list-style: none;
	}

	#sidebar li a {
	display: block;
	margin: 0px;
	border-bottom: 1px solid #999999;
	padding: 10px;
	height: 25px;
	font-size: 25px;
	background: #ffffff;
	}

	#sidebar li a:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px solid #999999;
	padding: 10px;
	height: 25px;
	font-size: 25px;
	background: #F0F0F0;
	}

#main {
float: right;
margin: 0px;
padding: 20px;
width: 560px;
text-align: left;
}

#footer {
clear: both;
margin: 0px auto;
padding: 10px 0px 10px 0px;
width: 800px;
color: #ffffff;
text-align: center;
background: #595959;
}

/* HEADERS */

h2 {
margin: 0px 0px 5px 0px;
border-bottom: 8px dotted #f03e3e;
padding: 5px;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
}

blockquote h2 {
margin: 0px 0px 5px 0px;
border-bottom: 0px;
padding: 5px;
color: #ffffff;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
}

#header h2 {
margin: 0px auto;
border-bottom: 0px;
padding: 90px 0px 0px 280px;
color: #ffffff;
font-size: 40px;
font-weight: normal;
letter-spacing: -5px;
text-align: left;
text-transform: uppercase;
}

#sidebar h2 {
margin: 0px 0px 5px 0px;
border-bottom: 0px;
padding: 5px;
font-size: 18px;
font-weight: normal;
text-transform: uppercase;
}