@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666;
	background-repeat: repeat-y;
	background-position: center;
}

.wrapper {
	background-color: #FFF;
	height: 1000px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center -2px;
	background-repeat: repeat-y;
}

.wrapper_copy {
	background-color: #FFF;
	height: 1250px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center -2px;
	background-repeat: repeat-y;
}

.wrapper_event {
	background-color: #FFF;
	height: 1600px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center -2px;
	background-repeat: repeat-y;
}

.wrapper_2 {
	background-color: #FFF;
	height: 1250px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-position: center -2px;
	background-repeat: repeat-y;
}

.top_bar {
	background-color: #FFF;
	height: 110px;
	width: 1000px;
	padding-bottom: 10px;
	float: left;
}

.logo {
	background-color: #FFF;
	height: 90px;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	padding-left: 30px;
}

.social {
	background-color: #FFF;
	height: 90px;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	padding-right: 50px;
}

.social_icons {
	height: 70px;
	width: 350px;
	float: right;
}

.social_icon {
	height: 70px;
	width: 70px;
	float: right;
}

.email {
	height: 40px;
	width: 350px;
	float: right;
	text-align: right;
}


.nav {
	height: 47px;
	width: 1000px;
	float: left;
}


.gap{
	width: 30px;
	float: left;
}

.gap_right{
	width: 30px;
	height: 500px;
	float: left;
}

.gap_right_small{
	width: 30px;
	height: 250px;
	float: left;
}

.box_2_left {
	height: 440px;
	width: 312px;
	float: left;
}

.box_5_left {
	height: auto;
	width: 312px;
	float: left;
}
	
.box {
	height: 220px;
	width: 220px;
	float: left;
	background-image: url(../images/box.png);
	padding-top: 15px;
	padding-right: 46px;
	padding-bottom: 15px;
	padding-left: 46px;
}

.box_left {
	height: 500px;
	width: 313px;
	float: left;
}

.box_main {
	height: 460px;
	width: 546px;
	float: left;
	background-image: url(../images/box_main.png);
	text-align: left;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.box_1 {
	height: 19px;
	width: 546px;
	float: left;
	background-image: url(../images/box/box_1.png);
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}

.box_2 {
	height: auto;
	width: 546px;
	float: left;
	background-image: url(../images/box/box_2.png);
	text-align: left;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 40px;
}

.box_3 {
	height: 19px;
	width: 546px;
	float: left;
	background-image: url(../images/box/box_3.png);
	text-align: left;
	padding-right: 40px;
	padding-left: 40px;
}

.column_2{
	height: 460px;
	width: 270px;
	float:right;
	text-align:left;	
}

.nav_bottom {
	height: 30px;
	width: 590px;
	float: left;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-left: 10px;
	background-color: #FFF;
}

.copyright {
	height: 30px;
	width: 300px;
	float: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 25px;
	padding-right: 50px;
	background-color: #FFF;
}
	



p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	text-transform: uppercase;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	line-height: 12px;
	}
	
h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	line-height: 18px;
	text-align:center;
	}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
}
