/*
brick - b1281e
dk brick - 5b0b16
flame - fd6d30
*/

body {
	background: #ffd3ce url(/images/bg.gif) top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	}

div#wrap, div#inner {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	}

#wrap {
	background: url(/images/topbg.gif) repeat-x top;
	}

#inner {
	background: url(/images/contentbg.gif) no-repeat top left;
	width: 780px;
	}

#content, #nav {
	text-align: left;
	padding-top: 6px;
	}
	
#content {
	margin-right: 3px;
	padding: 6px 5px;
	width: 464px;
	}

#layout {
	margin: 0;
	}
	
#nav {
	width: 203px;
	float: right;
	}

#nav a {
	text-decoration: none !important;
	}

#nav ul {
	list-style-type: square;
	}
	
#nav li {
	font-family: Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 160%;
	}
	
p {
	margin-top: 0;
	line-height: 140%;
	}

#copy {
	font-size: 10px;
	border-top: 1px dotted #fff;
	padding-top: 2px;
	}
	
img.aff {
	margin: 3px 3px 0px 0px;
	}

img.link {
	margin: 2px 4px 0px 0px;
	}

img.code {
	margin: 0px 4px 4px 0px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	}

a:link {
	color: #b1281e;
	text-decoration: underline;
	}

a:visited {
	color: #5b0b16;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: underline;
	color: #fd6d30;
	}

a.img {
	text-decoration: none;
	}

h2 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #b1281e;
	}
