@charset "UTF-8";
/* CSS Document */

body {
    background-image: url(../images/background.jpg); 
    background-repeat: repeat-x;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	margin-top: -10px;
}


#header {
	float: left;
	width: 950px;
	height: 90px;
	background-image: url(../images/header_bg.png);
}

#logo {
	float: left;
	width: 235px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
#login {
	float: right;
	clear: none;
	width: 235px;
	height: 80px;
    margin-top: 10px;
}
#search_logout a {color: #0066CC; text-decoration:none;} 
#search_logout a:hover {color: ##0066CC; text-decoration:none;}
#search_logout {
	float: right;
	clear: none;
	width: 260px;
	height: 75px;
	margin-top: 15px;
}
#navigation {
	width: 940px;
	height: 35px;
	padding-left: 10px;
}
#footer {
	width: 950px;
	height: 60px;
	background-color: white;
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
	clear: both;
}

#copyrite_logo {
	width: 110px;
	height: 50px;
	float: left;
	background-image: url(../images/cams_copyrite_logo.jpg);
}

#footer_navigation a {color: #0066CC; text-decoration:none;} 
#footer_navigation a:hover {color: ##0066CC; text-decoration:none;}
#footer_navigation {
	width: 600px;
	height: 35px;
	background-color: white;
	float: left;
	clear: none;
	margin-left: 50px;
	padding-top: 5px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 0px;
}

#kp_logo_logo {
	width: 125px;
	height: 60px;
	float: left;
	clear: none;
	margin-left: 50px;
}

div.error{
  color: red;
}
