body {
	background: #000 url(../images/bg.jpg) no-repeat top center;
	font-size: 14px;
}

input[type=text],
input[type=date],
input[type=email],
textarea {
	width: 550px;
	margin: 0;
	font-size: medium;
}

	#page {
		width: 960px;
		margin: 0 auto;
	}
	
		#title {
			width: 600px;
		}
		
		#auth {
			right: 180px;
		}
		
		#mainmenu {
			width: 500px;
		}
		
	#body {
		width: 620px;
		background: url(../images/body.gif) repeat-y top center;
	}
	
		#content {
			padding: 0 25px;
			min-height: 500px;
			background: url(../images/content.jpg) no-repeat top center;
		}	
		
			#container h1 {
				background: url(../images/h1.bg.jpg) no-repeat center bottom;
			}
			
			.video,
			.borderless {
				width: 600px;
			}
			
			
			
			#contact_general {
				float: left;
				width: 52% !important;
			}
	
			#contact_form {
				float: right;
				width: 45% !important;
				margin-top: 0;
			}
			
				#contact_form input[type=text],
				#contact_form input[type=date],
				#contact_form input[type=email],
				#contact_form textarea {
					width: 96%;
					margin: 0;
					font-size: small;
				}
				
				
		
				#post_more a,
				input[type=button],
				input[type=submit],
				input[type=reset] {
					font-size: medium;
				}
			
			

#footer {
	width: 628px;
	height: 121px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer.jpg) no-repeat top center;
	border: 0;
}

	#copyright {
		margin-top: 48px;
		padding: 0;
	}

	#mediatemple {
		margin-top: 47px;
	}

	#blog_search {
		margin-top: 47px;
	}
