@charset "utf-8";

body{
	background-color:#ffffff;
	color:#a5a5a5;
	font-familiy:"Century Gothic","arial","sans-serif";
	font-size:80%;
	font-weight:bold;
	line-height: 140%;
	text-align:center;
	margin:0;
	}

a:link {
	color: #797979;
	}

a:visited {
	color: #797979;
	}

a:hover {
	color: #797979;
	}

a:active {
	color: #797979;
	}

#wrapper{
	background-color:#ffffff;
	width:670px;
	border:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
#header{
	background-image:url("img/header.jpg");
	background-repeat:no-repeat;
	width:670px;
	height:320px;
	font-size:120%;
	color:#797979;
	text-align:left;
	font-weight:bold;
	margin-top:20px;
	}

.title{
	width:500px;
	height:150px;
	font-size:120%;
	color:#797979;
	text-align:center;
	font-weight:bold;
	padding-top:60px;
	padding-left:10px;
	}

#main{
	background-color:#ffffff;
	width:670px;
	/*font-size:120%;*/
	text-align:left;
	}

#footer{
	background-color:#ffffff;
	width:670px;
	height:50px;
	text-align:center;
	/*padding-top:px;*/
	}


