﻿/* CSS layout */
#header {
	margin-right: 200px;
	margin-left: 200px;
	background: #000000;
	background-image:url('1hotcam.jpg');
	background-repeat: no-repeat;
	height:240px;
	background-position:center;

	
}
#subhead{
	
}
#left_col {
	width: 1900px;
	position: absolute;
	left: 0px;
	top: 275px;
	text-align:left;
	line-height:24px;

}

#right_col {
	width: 190px;
	position: absolute;
	top: 275px;
	right: 0px;
	text-align:left;
	line-height:24px;
	padding-left:10px
}

#page_content {
	margin-right: 195px;
	margin-left: 195px;

}

#cam {
	
}
	
#container {
	position: relative;
	width: 100%;
}
.style1 {
	text-align: center;
}
.border {
	
	background: #FFCCFF;
	text-align:left;
	padding-left:10px;
}
.borderb {
	
	border-bottom: 2px solid #FFFFFF;
	background: #FFCCFF; 

}


.null {
		background: #000000; 
		width:600px;
		margin-left:-30px;
		margin-right:-30px;
		padding-top:50px;

}
h1 {
	font-size: 55px;

	
}
h2 {
	font-size:medium;
}
#footer {
	position:relative;
}