/*
Design by Ramiro Garcia
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D url(images/img1.gif) repeat-y center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #FF7F24;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #BFBFBF;
}

a:hover {
	border: none;
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;

	background: #131313;
	border-top: 1px solid #1F1F1F;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #1F1F1F;
	background: url(images/img1.gif) repeat-y -150px 0px;
}

.post h2, .post h3 {
	text-align: center;
}

/* Header */

#header {
	width: 800px;
	height: 280px;
	margin: 0 auto;
	background: url(images/img2.jpg);
}

/* Content */

#content {
	width:800px;
	margin: 0 auto;

}
#colOne{
	width:800px;
                  text-align: center;
	}


}

#colAcross {
	
	width: 800px;
                  margin: 0px
}


/* Footer */

#footer {
	clear:both;
	width: 450px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
                   color: #FF7F24;
}

#footer * {
	color: #333333;
}