#page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 0px;
	border-left-width: 3px;
	border-right-width: 3px;
	border-color: #000000;
	background-color: #FFFFFF;
}


#header {
	background: url("header_background.png") #FFFFFF top left repeat-x;
	height: 220px;
}

#header .advert {
	clear: both;
	float: right;
	width: 600px;
	margin: 40px 20px 0 0;
	padding: 5px;
}

#logo {
	margin-left: 18px;
	margin-top: 14px;

}

#content {
	background: url("content_background.png") #FFFFFF top left;
	background-repeat: repeat-y;
	width: 1000px;
}

#left_content {
	width: 200px;
	overflow: hidden;
	float: left;
	padding: 4px;
	padding-right: 15px;
	margin-right: 5px;
	background: url("content_background.png") #FFFFFF top left;
	background-repeat: repeat-y;
}

#left_content a {
	font-weight: bold;	
}

#left_content a:hover, #left_content li {
	color: #FFFFFF;
}

#right_content {
	width: 750px;
	min-height: 400px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	overflow: hidden;
}



#footer {
	background: url("footer_background.png") #000000;
	background-repeat: repeat-x;
	padding-top: 10px;
	height: 80px;
	text-align: center;
	clear: both;
}

#footer p {
	position: relative;
	top: 19px;
	font-size: 0.7em; 
	font-family: "lucida grande",  tahoma, verdana, arial, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #646464;
	padding-top: 0px;
}

#footer a {
	color: #5791D4;
	text-decoration: none;
}

#footer a:hover {
	color: #646464;
	text-decoration: none;
}

.cp {
	height: 0px;
	overflow: hidden;
}

#content .cp {
	height: 180px;
}

.cp div {
	clear: both;
	height: 100px;
	padding: 10px;
	padding-left: 40px;
	background-color: #000000;
}

.cp_title {
	margin: 0px;
	padding: 10px !important;
	float: left;
	height: 14px !important;
	color: #4776AD;
	font-size: 12px;
	font-weight: bold;
}

#admincp div li a {
	color: #8F4343;
}

#showcp {
	padding: 0px;
	height: 100px;
	width: 750px;
}

#showcp div {
	height: 50px;
	padding: 10px;
}

.showhidecp {
	display: block;
	text-align: right;
	color: #757575;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	padding-top: 2px;
	margin-bottom: 10px;
}

.showhidecp img {
	position: relative;
	top: 4px;
}

.inlinecp {
	height: 15px;
	padding: 5px;
	padding-right: 10px;
	background-color: #000000;
	width: 140px;
	margin-left: auto;
	margin-right: 0px;
}

.imgthumbnail {
	height: 120px;
	width: 140px;
	text-align: center;
}

.imgsquare {
	height: 60px;
	width: 60px;
	text-align: center;
}


#imagepicker {
	width: 720px;
	overflow: auto;
	height: 90px;
	position: relative;
}

#imagepicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}



#videopicker {
	width: 720px;
	overflow: auto;
	height: 90px;
	position: relative;
}

#videopicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}