@charset "utf-8";
/* CSS Document */

/* master reset css from YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;}
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:1.22em;}


/* nitrodaves styles */
body {
	font-size: 12px;
	color:#000000;
	background:#36424a url(../images/bg.jpg) repeat-x top;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:150px;
	margin:20px 0px 0px 0px;
}

#content {
	width:900px;
	margin:20px 0px 0px 0px;	
}
#content .top {
	width:900px;
	height:10px;
	background:url(../images/content-bg_01.gif) center no-repeat;
}
#content .middle {
	background-color:#FFFFFF;
	padding:0px 10px 0px 10px;
}
#content .bottom {
	width:900px;
	height:10px;	
	background:url(../images/content-bg_03.gif) center no-repeat;	
}

#footer {
	width:900px;
	height:50px;
	margin:10px 0px 50px 0px;
	color:#FFFFFF;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color:#990000;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
