@CHARSET "UTF-8";
/* CSS Document for Diane Astimbay */

body {
	font-family: Arial, Helvetica, Tacoma, sans-serif;
	font-size: 14px;
	color: #313131;
	margin: 0;
	background-color: #7ac2fd;
}

a {
	color: #003d66;
}

h1 {
	color: #003d66;
	font-size: 22px;
}

table {
	margin-bottom: 10px;
}
td {
	padding: 0 10px 10px 0;	
}

/* Classes */
.clear {
	clear: both;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.border {
	border: 1px solid #313131;
}

.styled_input {
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#003d66;
	width:300px;
}

.sidebar {
	text-align: left;
	margin-left: -15px;
}
.sidebar li {
	margin-bottom: 5px;
}

.fun-container {
	width: 130px;
	float: left;
	margin: 0 60px 40px 60px;
	text-align: center;
}
.fun-container img {
	border: none;
}
.fun-container a {
	text-decoration: none;
}
.title {
	font-weight: bold;	
}

.results {
	width: 400px;
	background-color: #99ccff;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #313131;
	margin-bottom: 10px;
}

/* Main Page Elements */
#header-outer {
	background: url('../images/header-bg.gif');
	background-repeat: repeat-x;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#nav {
	width: 760px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
}
#nav li {
	display: inline;
}
#nav a {
	color: #fff;
	text-decoration: none;
	border-right: 2px solid #fff;
	padding: 0px 10px 0 10px;
}

#content {
	width: 760px;
	margin: 0 auto;
	height: 100%;
	margin-top: -14px;
	background: url('../images/container-bg.gif');
	background-repeat: repeat-y;
}

#main-content {
	width: 520px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	text-align: justify;
}
#main-content li {
	margin-bottom: 10px;		
}

#sidebar {
	width: 182px;
	float: right;
	text-align: center;
	padding: 20px 10px 20px 10px;
	margin: 0;
}

#footer {
	width: 500px;
	font-size: 12px;
	border-top: 1px solid #c7d4dd;
	margin: 40px 15px 0 20px;
	padding: 10px 0 0 20px;
}