/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
old background (body): background: #595454;


*/

/*OLD: background:url(images/background.jpg) no-repeat top center #000000;*/

body {
	margin: 20px;
	background:url(images/background.jpg);
	background-repeat:repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #000000;
}


h1, h2, h3 {
	margin: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4, h5 {
	margin: 0;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 160%;
}

h4 {
	font-size: 1.5em;
	color: #FF9933;
}

h5 {
	font-size: 1.2em;
	color: #000000;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #B40404;
}

a:hover {
	background: none;
	font-style: italic;
}


#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 5px;
	background: #ffffff;
}


#header {
	width: 910px;
	height: 165px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}


#logo {
	float: left;
	width: 640px;
	color: #B2B2B2;
}

#logo h1 {
	float: left;
	padding: 100px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}


#page {
	width: 910px;
	margin: 0 auto;
	background: #FFFFFF;
	color: #000000;
}


#content {
	float: right;
	width: 600px;
	font-size: 14px;
	padding: 40px 60px 0px 10px;
	line-height: 170%;
}


#entry {
        width:600px;
        font:normal 13px/18px  Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
        color:#FFFFFF;
        background:url(images/background.jpg)#4D4D4D;
        margin:20px;
        float:left;
        border-style:solid;
		border-color:#FFFF66;
        padding:10px;
    }

.roundcont {
	width: 100%;
	height: auto;
	background-color: #000000;
	color: #ffffff;
	margin: auto;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.roundcont a {
	text-decoration: none;
	border-bottom: none;
	color: #ffff66;
}

.roundcont a:hover {
	font-style: italics;
	background: none;
}


/* Sidebar padding: 10px 10px 10px 10px;
   1. top    2. right    3. bottom    4. left */

#sidebar {
	float: left;
	width: 160px;
	padding: 50px 20px 300px 20px;
	background:#000000;
	font-size: 12px;
	color: #ffffff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	font-size: 12px;
	color: #FFFFFF;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	font-size:12px ;
	color: #FFFFFF;
	line-height: 35px; 
}


#sidebar h2 {
	letter-spacing: 0px;
	line-height: 180%;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	line-height: 300%;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	font-size: 18px;
	border: none;
}

#sidebar a:hover {
	font-style: italic;
	color: #FFFF66;
}


#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}





/*padding: 10px 10px 10px 10px;
   1. top    2. right    3. bottom    4. left 

#menu a {
	display: block;
	padding: 13px 10px 10px 30px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: ;
	color: #FFFF66;
	border: none;
}

#menu a:hover{
	text-decoration: italics;
	font-style:italic;
}

#menu {
	width: 910px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
} 
*/