@charset "utf-8";
/* CSS Document */

/* Links */

a:link { text-decoration: none; color: #F5C55E; font-weight:bold}

a:visited { text-decoration: none; color: #F5C55E; font-weight:bold}

a:hover, a:active { color: #dedddd; border-bottom:1px dotted #FFFFFF;}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0px 0 0px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 0px;}

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; color:#F1F1F1}

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 24px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 24px;
font-weight: normal;
border-bottom-width: 0;
}

h1 { color: #FFFFFF; font-weight: normal; border-bottom-width: 0; font-size: 26px; text-decoration: none; underline: none;}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	padding: 0;
	margin: 0;
	color: #9d9c9c;
	background-repeat: repeat;
	background-position: top left;
	background-color: #2B2115;
	font-size: 14px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/534.jpg);
}


#content
{
	float: left;
	padding: 0 0px 10px 30px;
}