body, div, span, img, ul, li, h1, h2, h3, p, a, table, td, tr, form, lable{
	padding:0;
	margin:0;
	border:0;
	font-family: "Times New Roman";
	color: #7f362e;
	text-decoration: none;
} 

body{
background-color:#0b0700;

}

#wrapper {
	width: 800px;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #log {
	background-color: #e6d2a9;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #af8514;
	border-right-color: #af8514;
	border-bottom-color: #af8514;
	border-left-color: #af8514;
	padding: 5px;
}


#wrapper #log #myLog {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#wrapper #log #myLog h3{
font-size:20px;
display:block;
text-align:center;

}
#wrapper #log #myLog #pass, #user {
	background-color: #f5e3b3;
	border: 1px solid #5a3324;
	font-size:16px;
	width:150px;
	padding:2px 0 2px 5px;
	color: #5a3324;
}

#wrapper #log #myLog label{
font-weight:bolder;
	font-size: 18px;
	color: #5a3324;
	width: 120px;
	font-family:"Times New Roman";
}

#wrapper #log #myLog #submit {
	width: 100px;
}
#wrapper #head {
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 159px;
	overflow: hidden;
}
#wrapper #head #headleft {
	background-image: url(images/head_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 300px;
	margin-right: 500px;
	float: left;
	z-index: 2;
}
#wrapper #head #headleft img {
	margin-top: 10px;
	margin-left: 10px;
}
#wrapper #head #headright {
	height: 100%;
	width: 500px;
	margin-left: -500px;
	float: left;
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#wrapper #head #headright #login{
	margin-left:350px;
	width:125px;
	
}
#wrapper #head #headright #login a{
	font-size:13px;
	font-weight:bold;
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	vertical-align:top;
	display:block;
	padding-top:4px;
	text-align:center;
}
#wrapper #head #headright #login a:hover{
	color: #CC0000;
}

#wrapper #head #headright h1 {
	font-size: 40px;
	font-style: italic;
	padding:30px 0 0 30px;
}
#wrapper #head #headright h3 {
	font-size: 16px;
	padding:0 0 0 30px;
	color:#b4362f;
	margin-bottom:12px
}


#wrapper #head #headright #contact {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	
}
#wrapper #head #headright #contact a{
	font-size: 24px;
	font-weight:bold;
	color:#8e652d;
	line-height: 26px;
	width: 26px;
	vertical-align: middle;
	margin-right: 30px;
}
#wrapper #head #headright #contact a:hover{
	color: #CC0000;
}

#wrapper .title {
	text-align: center;
}
#wrapper .comment {
	background-image: url(images/comment_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 194px;
	width: 100%;
	overflow: hidden;
}
#wrapper .comment .txt {
	background-image: url(images/comment_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 500px;
	margin-right: 300px;
	float:left;	
}
#wrapper .comment .txt h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 20px;
	width: 400px;
}
#wrapper .comment .txt .mainTxt {
	margin-bottom: 28px;
	margin-left: 20px;
	color: #540b0b;
	font-size:14px;
	height: 80px;
}
#wrapper .comment .txt .st_status {
	color: #000000;
	width:320px;
	font-size:13px;
	padding-left:10px;
}
#wrapper .comment .txt .date {
	color: #000000;
		font-size:13px;
}



#wrapper .comment .pic {
	background-image: url(images/comment_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
	width: 300px;
	margin-left: -300px;
	float:left;
}
#wrapper .comment .pic img {
	margin-top: 20px;
	margin-left: 115px;
}
#wrapper #log #newPost {

}
#wrapper #log #newPost p {
	text-align:center;
}
#wrapper #log #newPost label{
	font-weight:bold;
}
#wrapper #log #newPost div{
	background-color:#d8c192;
	margin: 5px;
	padding: 5px;
	border: 1px solid #993300;
}


#wrapper #log #newPost input{
	width:185px;

}

#wrapper #log #newPost select, option {
	width:190px;

}
#wrapper #log #newPost #newTxt {
	height: 95px;
	width: 500px;
}


#wrapper #log #logout {
	font-weight: bold;
	height: 20px;
	width: 100px;
	border: 1px solid #993300;
	text-align: center;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 680px;
	font-size: 16px;
	line-height: 20px;
	background-color: #FFFFCC;
}
#wrapper #contactMe {
	background-color: #f5e3b3;
	border: 1px solid #FFCC66;
}


#contactMe input{
	width:185px;
	margin-right: 10px;
	margin-bottom: 2px;
}

#contactMe select{
	width:190px;
	margin-bottom: 2px;
	
}

#contactMe textarea{
height: 100px;
	width: 500px;
}
#wrapper #contactMe #sentTd {
	text-align: right;
	width: 300px;
	vertical-align: bottom;
}
#wrapper #contactMe p {
	background-color: #efdca9;
	display: block;
	margin: 5px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
	border: 1px solid #c88b21;
}
#error{
background-color: #efdca9;
	display: block;
	margin: 5px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 100px;
	border: 1px solid #c88b21;
}
#wrapper #videos p{
	background-color: #efdca9;
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #c88b21;
}
/*#wrapper #head #headright #contact #video {
	float: left;
}
#wrapper #head #headright #contact #contactdiv {
	float: left;
	overflow: hidden;
}*/
#wrapper #videos table tr td div{
	background-color: #efdca9;
	display: block;
	margin: 5px;
	border: 1px solid #c88b21;
}
#wrapper #videos table tr td div h3 {
	padding:5px;
}
#wrapper #videos table tr td div p {
	padding:5px;
}


