@charset "utf-8";
/* CSS Document */

#container {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
.clear {
	clear: both;
}
#top  h1  {
	color: #4D0645;
	font-size: 24px;
	margin-top: 0px;
}

body {
	background: #4D0645;
	font-family: arial;
}
#top {
	height: 100px;
	background: #FFFFFF;
	padding-right: 25px;
	padding-left: 25px;
	color: #747474;
	padding-top: 10px;
}
#left {
	color: #FFFFFF;
	float: left;
	height: 360px;
	width: 377px;
	margin-top: 20px;
	background: #FFFFFF;
}
#right {
	color: #FFFFFF;
	float: right;
	height: 360px;
	width: 377px;
	margin-top: 20px;
	background: #FFFFFF;
}
#right h2 {
	color: #4D0645;
	text-align: center;
	margin-bottom: 25px;
}
#left h2 {
	color: #4D0645;
	text-align: center;
	margin-bottom: 35px;
}
#right   p  {
	color: #747474;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
#left p {
	color: #747474;
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
#footer a:hover {
	color: #4D0645;
}

.fb {
	position: absolute;
	top: 10px;
	right: 65px;
}
.twitter {
	position: absolute;
	top: 10px;
	right: 105px;
}
.gp {
	position: absolute;
	top: 10px;
	right: 25px;
}

#left  a, #right a {
	color: #000000;
	text-decoration: none;
}
#right  a:hover, #left a:hover {
	color: #747474;
	text-decoration: none;
}

#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	margin-top: 20px;
	height: 35px;
	position: relative;
	padding-top: 15px;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 13px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
#footer div {
	display:inline-block;	
}
