/* Elements */

body {
	/*background: #000000 url(images/img1.gif) repeat-x left top; */
	background: #000000 url(images/img1.gif) no-repeat left top; 
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}

h1, h2, h3 {
	margin-top: 0px;
	font-size: 1.2em;
}

p, ol, ul, dl, blockquote {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img { border: 0px solid #000000; }

.img3 {
	float: left;
	margin: 5px 15px 0px 0px;
}


/* Header */

#header {
	width:880px;
	height: 50px;
	margin: 0px auto;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}



#header a {
	text-decoration: none;
}


/* Post */
  
.latest-post a {
	color: #FD9900;
	text-decoration: underline
}

.latest-post h1 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
}
.latest-post h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin-bottom: 0px;
	text-decoration: underline;
}

.post {
	padding: 2em 2em 1em 3em;
	border-top: 1px dashed #823D47;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

.post h3 {
	margin-bottom: .5em;
	font-size: 1.1em;
	color: #FFFFFF;
}

.file * {
	color: #FCFCFC;
	line-height: 14px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.file * a {
	color: #FD9900;
	text-decoration: underline
}

.file * a:hover{color:#FD9900;
        text-decoration: underline;
}

/* Content */

#content {
	width: 1100px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 680px;
	background-color: #1F0000;
	padding: 10px 20px;
	border: 3px solid #666666;
	color: #FFFFFF;
}

#colOne a:hover{
    color:#FDCD00;
    text-decoration: underline
}

#colTwo {
	float: left;
	width: 180px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 0.4em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 2em;
}

#colTwo a {
	background: url(images/img2.gif) no-repeat;
	padding: 0px 0 5px 20px;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#colTwo a:hover{
    color:#FD9900;
    text-decoration: none
}

#colTwo2 {
	float: left;
	width: 180px;
	color: #FFFFFF;
}

#colTwo h3 {
	
	padding: 0px 0 5px 20px;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	border-bottom: 1px dashed #666666; 
	color: #FD9900;
}

#colTwo6 {

	
	
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	color: #FD9900;
}

#colThree {
	float: right;
	width: 183px;
	margin-left: 10px;
}

#colThree a {
	color: #FD9900;
}

#colThree h1, #colThree h3 {
	background: url(images/img2.gif) no-repeat;
	padding: 0px 0 5px 20px;
	text-transform: uppercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dashed #666666;
	color: #FFFFFF;
}


/* Footer */

#footer {
	width: 1000px;
	margin: 0px auto;
	padding: 3px 0px;
	text-align: center;
	color: #787878;
}

#footer p {
	margin-top:1500px;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: #FD9900;
}
  
