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

body {
	background: #6090c0 url(images/background.png) repeat-x;
}

#container {
	width: 955px;
	padding: 1px;
	border: 1px solid #6090c0;
	margin: auto;
	background: #FFF;
	position: relative;
}

#menu {
	background: url(images/menu_background.gif) repeat-x;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #900
}
	#menu ul {
		margin: 0 0 0 5px; 
		padding: 0px 0 0px 0 ;
		
	}
	#menu ul li {
		display: inline;
	}
	#menu ul li a {
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 20px;
		text-decoration: none;
		color: #FFF;
		padding: 0px 18px 0px 18px;
		margin-left: -5px;
	}
	#menu ul li a:visited {
		color: #FFF;
	}
	#menu ul li a:hover {
		background: #0067ff;
	}
	#menu ul li a.current {
		color: #F00;
	}

#content {
	padding: 10px 15px 15px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
}

#content a:link, #content a:visited {
	color: #03C;
	text-decoration: none;
}

#content a:hover, #content a:visited:hover {
	color: #03C;
	text-decoration: underline;
}

#footer {
	width: 955px;
	margin: 8px auto 50px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	color: #CCC;
	text-decoration: none;
}

#images-box {
	width: 300px;
	float: right;
	margin-left: 20px;
}

#images-box img {
	margin-bottom: 15px;
	border: #000 solid 1px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #03C;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #03C;
	font-style: italic;
	font-weight: normal;
}

li {
	padding-bottom: 10px;
}

input[type="text"], select, textarea {
	border: 1px solid #ccc;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	-moz-box-shadow:0 0 10px #eee inset;
	-webkit-box-shadow:0 0 10px #eee inset;
}
