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

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	padding: 0px;
}

#header {
	height: 120px;
	padding: 10px;
	background-image: url(images/header.jpg);
	color:#FFFFFF;
}

#header h1 {
	font-size:30px;
	color:#FFFFFF;
}

#header p {
	font-size:15px;
	font-weight:bold;
	line-height:2px;
	color:#FFFFFF;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-color:#6699FF;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	line-height: 40px;
	margin: 0px;
	float: left;
	width:160px;
	text-align: center;
}
#menu ul li a {
	display: block;
	text-decoration: none;
}
#menu ul li a:hover {
	background-color:#FFFFFF;
	text-decoration: underline;
}

#main {
	padding: 16px;
}
#main p {
	font-size: 14px;
	line-height: 150%;
}
#main h2 {
    border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-top-color
	border-right-color:#0000FF;
	border-bottom-color:#0000FF;
	border-left-color:#0000FF;
	padding-left: 10px;
}

h3{
    color:#0000FF;
}

strong {
	color:#FF0000;
}

#footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style:dotted;
	border-top-color:#0000FF;
	border-right-color:#0000FF;
	border-bottom-color:#0000FF;
	border-left-color:#0000FF;
	background-color: #EEE;
	padding: 10px;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
}

.left {
	float: left;
	margin-right: 10px;
}
