body {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	font-family: helvetica, sans-serif;
	margin: 0px;
}
p, td {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-family: helvetica, verdana, sans-serif;
}

h1 {
	font-weight:lighter;
	color: #333333;
	font-size: 2em;
	line-height: 20px;
	margin-top: 0px;
}

h3 {font-size:18px;
}

h4 {font-size:16px;
}
h5 {
	font-weight: bold;
	color: #333333;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 5px;
}

a {
	font-weight: bold;
	color: #ec008c;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
ul li {
	list-style-image: url(images/bulletgg.gif);
	line-height: 25px;
}
#header {
	top : 0px;
	background-color: #E61B7E;
	margin-bottom: 50px;
}


#headerGrey {
	top : 0px;
	background-color: #333;
	margin-bottom: 50px;
}

#header_inner {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#header_innerGrey {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 185px;
	background-image: url(images/logo-for-grey.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#menu {
	width: 460px;
	text-align: right;
	margin-top: 138px;
	float: right;
	height: 47px;
}

#menu ul {
	margin-left: 70px;
}
#menu ul li{
	display: inline;
	padding-right: 40px;
	padding-left: 40px;
}
#menu ul li a{
	color: #ec008c;
	font-size: 1.3em;
}
#menu ul li a:hover{
	color: #424242;
}
#menu ul li a.selected{
	color: #424242;
	font-size: 1.3em;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content #content_l {
	float: left;
	width: 315px;
}
#content #content_big {
	float: left;
	width: 650px;
	padding-left: 75px;
}
#content #content_big_home {
	float: left;
	width: 650px;
	background-image: url(images/gg-home-bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-left: 75px;
}

#content #content_l #box {
	float: left;
	margin-bottom: 30px;
}

#content #content_l #box_l {
	float: left;
	width: 300px;
}

#content #content_l #box_r {
	float: left;
	width: 120px;
	padding-left: 10px;
}
#content #content_l #box2 {
}
#content #content_l #box2_l {
	float: left;
	width: 220px;
}
#content #content_l #box2_r {
	float: right;
	width: 120px;
	padding-left: 10px;
}
#content #content_r {
	float: right;
	width: 440px;
}
#plus {
	font-size: 1.5em;
	color: #A5FF00;
	float: left;
	clear: right;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
#footer {
	z-index : 5;
	background-color: #3e3e3e;
	height: 50px;
	width: 100%;
	position: relative;
	float: left;
	background-repeat: repeat;
	margin-bottom: 0px;
	}
	
#footerPink {
	z-index : 5;
	background-color: #666;
	height: 50px;
	width: 100%;
	position: relative;
	float: left;
	background-repeat: repeat;
	margin-bottom: 0px;
	}
	
#footer p {
	font-weight: normal;
	color: #FFF;
	text-indent: 30px;
	font-size: .9em;
	font-family: "Century Gothic";
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

