/* Main stylesheet

------------------------------------------------------------------*/


/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

ul,li {
	list-style-type: none;
}

body {
	color: #ceebeb;
	background: #120702 url(../images/background.gif) repeat-x 0 0;
	font: 76%/140% Verdana,Arial,Helvetica,sans-serif;
}

.clear {
	clear: both;
}
			
img {
	border: 0;
}	


/* Links
------------------------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color: #e45a49;
}	


/* Main Styles
------------------------------------------------------------------*/

#main {

	width: 766px;

}
