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

body {
	background: #333 url(images/pink.png) top left repeat-x;
	margin: 0px;
}

#container {
	width: 1150px;
	border-right: 4px dashed #F06;
}

#header {
	width: 1000px;
	height: 110px;
	background: #F06;
	padding-left: 150px;
}

#content {
	float: left;
	width: 610px;
	min-height: 400px;
	background: #FFF;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 80px;
	padding-bottom: 40px;
	overflow: hidden;
}

#content_space {
	width: auto;
	height: 20px;
	border-bottom: dashed 2px #F06;
}

#menu {
	float: right;
	width: 180px;
	min-height: 600px;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 60px;
	padding-bottom: 80px;
}

#menu_space {
	width: auto;
	height: 20px;
	border-bottom: dashed 2px #666;
}

#img_stamp {
	width: 180px;
	height: 180px;
	padding: 10px;
	background: #FFF url(images/grey_border.png) top center no-repeat;
}

#footer {
	clear: left;
	width: 650px;
	min-height: 200px;
	background: #999;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

#column_one {
	float: left;
	width: 280px;
	padding: 20px;
}

#column_two {
	float: left;
	width: 280px;
	padding: 20px;
}

#column_three {
	clear: both;
	width: 580px;
	padding: 20px;
}

.h1 {
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #666;
}

.h2 {
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCC;
}

.h3 {
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}

.p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

.p2 {
	text-align: right;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #CCC;
}

a.p2:link {
	text-align: right;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

a.p2:visited {
	text-align: right;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

a.p2:hover {
	text-align: right;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a.p2:active {
	text-align: right;
	font-family: Rockwell, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #F06;
	text-decoration: none;
}

.p3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
}

a.p3:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F06;
	text-decoration: none;
}

a.p3:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F06;
	text-decoration: none;
}

a.p3:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F9F;
	text-decoration: none;
}

a.p3:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #F06;
	text-decoration: none;
}