a:link{
	text-decoration: none;
	color: #B12120;
	background-color: transparent;
	}
a:visited{
	text-decoration: none;
	color: #B12120;
	background-color: transparent;
	}
a:hover{
	text-decoration: none;
	color: #81817D;
	background-color: transparent;
	}

.title {
	font-family: Franklin Gothic Medium;
	text-transform: lowercase;
	font-size: 24px;
	color: #FF9B32;
	padding: 2px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: -1px;
	font-style: italic;
	}

.big {
	font-family: Franklin Gothic Medium;
	text-transform: lowercase;
	font-size: 24px;
	color: #FF3804;
	line-height: 25px;
	font-weight: normal;
	}

body{
	background-image: url('bg.png');
	}

#content {
	width: 660px;
	text-align: justify;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	left: 0px;
	top: 500px;
	position: absolute;
	color: #4C3226;
	padding: 6px;
	}

img {
	border: 0px none;
	}

b, strong {
	color: #FF3804;
	}

i, em {
	color: #FF9B32;
	}

.quote {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 10px;
	}


#footer {
	clear:both;
	margin-left: 0px;
	padding: 0px;
	width: 660px;
	}

#footercontent {
	width: 660px;
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	line-height: 11pt;
	color: #4C3226;
	text-align: left;
	}

textarea {
	background-color: #4C3226;
	color: #ffffff;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 10px;
	border: 1px solid;
	border-color: #FF9B32;
	}

input, option, select {
	color: #ffffff;
	font-size: 10px;
	font-family: "Trebuchet MS", arial, sans-serif;
	background-color: #4C3226;
	line-height: 11px;
	border: 1px solid;
	border-color: #FF9B32;
	}

.floatleft {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	}

ul {
	list-style: none;
	margin-left: 15px;
	}

li {
	background-image: url('bullet.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top: 8px;
	}

.codesort p {
	text-align: center;
	}

label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

img.skin {
         /* this contains the style you wish for the image tags */
         border: 5px solid #FF3804;
         }

blockquote { 
	color: #4C3226;
	background-image: url('blockquote.png');
	background-repeat: no-repeat;
	height: 160px;
	width: 100%;
	}

#blockquotetext {
	width: 369px;
	margin-left: 10px;
	padding-top:38px;
	font-size: 11px;
	font-style: italic;
	text-align: justify; 
	line-height: 15pt;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	}

h2 {
	margin-top: 0px;
	font-size:18px;
	font-style: italic;
	font-weight: normal;
	font-family:Franklin Gothic Medium; 
	color:#FF3804;
	text-transform: uppercase;
	letter-spacing: -1px;
	}

h3 {
	font-size: 20px; 
	font-style: italic;
	font-weight: normal;
	font-family: Franklin Gothic Medium; 
	color:#FF9B32;
	text-transform: lowercase;
	letter-spacing: -2px;
	}