

body {
	margin: 0 0 0 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000; 
	/* background: url(images/bg.jpg); */
	/* background: url(images/bg.gif); */
	/* background-repeat: no-repeat; */
	/* color: #875A00; */
	color: #FFFFFF; 
}

h1, h2, h3, h4, h5, h6 {
	color: #FFF; /*#C28D06;*/
}

a {
	color: #CCC; /*C28D06;*/
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 700px;
	/* height: 9em; */
	height: 200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/header3.gif) no-repeat left bottom;
	/* background: url(images/header2.jpg) no-repeat left bottom; */
	/* background: url(images/img1.jpg) no-repeat left bottom; */
}

#header * {
	text-decoration: none;
	text-transform: lowercase;
}

#header h1 {
	letter-spacing: -3px;
	float: left;
	margin: 0;
	font-size: 3em;
}

#header h2 {
	float: left;
	margin: 0;
	padding: .85em 0 0 0;
	letter-spacing: -1px;
	word-spacing: -.25em;
	font-size: 1.6em;
	font-weight: normal;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/bg.gif);
}

/* Column One */

#colOne {
	float: left;
	width: 440px;
}

#colOne p, #colOne ol, #colOne ul {
	text-align: justify;
	line-height: 180%;
}

#colOne blockquote {
	font-style: italic;
}

#colOne .post {
	padding: 1em 1em 3em 1em;
	/* background: url(images/img1.jpg) no-repeat 50% -3em; */
}

#colOne .video {
	/* top: 450px; */
	height: 290px;


	/* width: 400px; */ /*285px;*/
	
	/* background: url(images/videobg2.jpg) no-repeat; */
}

/*----------------------------Start Payneless----------------------------------*/

.framesize {  
width: 330px;     /*240px; */
height: 290px; /*190px;*/
 }

#stage {
 /* position: absolute; */
margin: 0 0 0 22px;
 top: 60px; 
/* left: 400px; */ 
width: 221px; /*240px; original value */
height: 102px;
}

.iframe {
border: 0px;
display: none;
/* background-color: transparent; */
margin: 20px 0 0 0px;

}

/*----------------------------- End of Payneless ----------------------*/



#colOne .box {
	margin: 0 0 0 9px;
}

#colOne .title {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
}

#colOne .title2 {
	margin: -30px 0 0 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
}

#colOne .posted {
	margin: 0 -1em;
	padding: 0 1em 1em 1em;
	font-size: .7em;
	color: #875A00;
	border-bottom: 1px solid #191200;
}

#colOne .meta {
	margin: 0 -1em;
	padding: 1em 1em 0 1em;
	border-top: 1px solid #191200;
	font-size: .7em;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo {
	float: right;
	width: 230px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo ul ul {
	margin-bottom: 2em;
}

#colTwo li li:hover {
	background: #191200;
}

#colTwo li a {
	padding: 0 0 0 2em;
	background: url(images/img2.gif) no-repeat 1em 50%;
	text-decoration: none;
}

#colTwo li a:hover {
	text-decoration: none;
}

#colTwo h2 {
	margin: 0 0 1em 0;
	padding: .5em 1em;
	background: url(images/img1-1.jpg) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: .8em;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 1em 0;
	background: url(images/img1-1.jpg) no-repeat left bottom;
	text-align: center;
	font-size: x-small;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* --------------------------------- CONTACT FORM INFO -------------*/

table{
	width: 330px;
	height: 330px;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	/*border: inset #954b4b; */
	text-decoration: none;
	padding: 5px 10px 5px 25px;}

table#mail{
	font-size: 80%;
	margin: 0px 0px 0px 75px;
	border: inset #954b4b;
	text-decoration: none;
	padding: 5px 10px 5px 25px;
	background-image: url(images/bg.gif);}

th{
	text-align: right;
	vertical-align: top;}

td{
	vertical-align: top;
	padding-bottom: 5px;
	}