html {
	background : #5587eb;
	font: 13px/19px   Georgia, "Times New Roman", Times, serif;
	color: #3f3f3f;
	margin: 0;
	height: 100%;
}

body {
	background : #5587eb;
	font: 13px/19px   Georgia, "Times New Roman", Times, serif;
	color: #3f3f3f;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

/* @group Layout */

#container {
    position: relative;
    min-height: 100%;
	background: bottom url(images/footer.gif) repeat-x #ffffff;
}

#header {
	width: 100%;
	height: 16px;
	position: relative;
	top: 0;
	background: #bde2fd;
	z-index: 10;
}

#navigationmain {
	width: 740px;
	height: 202px;
	margin-right: auto;
	margin-left: auto;
}

#navigationlist {
	width: 250px;
	height: 202px;
	float: right;
}

#main {
	width: 720px;
	padding-bottom: 96px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
	
/* @end */

/* @group Styles */

#navigationmain img {
	border-style: none;
	display: block;
	float: left;
}

#navigationlist img {
	width: 250px;
	height: 12px;
	display: block;
	float: left;
}

#navigationlist a:link, #navigationlist a:visited {
	width: 240px;
	height: 26px;
	background: #bde2fd;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #5587eb;
	font: bold 12px/26px "Century Gothic", Arial, Helvetica, sans-serif;
	float: left;
}

#navigationlist a:hover {
	width: 240px;
	height: 26px;
	background: #5587eb;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	font: bold 12px/26px   "Century Gothic", Arial, Helvetica, sans-serif;
	float: left;
}

#navigationlist a:active {
	width: 240px;
	height: 26px;
	background: #5587eb;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #bde2fd;
	font: bold 12px/26px   "Century Gothic", Arial, Helvetica, sans-serif;
	float: left;
}

#navigationlist p {
	width: 240px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #5587eb;
	font: bold 12px/26px   "Century Gothic", Arial, Helvetica, sans-serif;
	float: left;
	height: 26px;
	margin: 0;
}

#main h2 {
	color: #5587eb;
	font: 18px/20px   "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: underline;
	margin-bottom: 36px;
}

#main h3 {
	color: #5587eb;
	font: 16px/18px   "Century Gothic", Arial, Helvetica, sans-serif;
	margin-top: 32px;
}

#main h4 {
	color: #5587eb;
	font: 14px/14px   "Century Gothic", Arial, Helvetica, sans-serif;
	margin-bottom: 32px;
}

#main img.mail {
	float: right;
}

img {
	text-decoration: none;
	border-style: none;
}

#main p {
	color: #333333;
	text-align: justify;
	font: 13px/19px   Georgia, "Times New Roman", Times, serif;
}

#main p.about {
	color: #727272;
	text-align: justify;
	font: italic 14px/20px "Trebuchet MS", Verdana, sans-serif;
}

#main p.construction {
	background : #e5e5e5 none scroll;
	color: #727272;
	text-align: justify;
	font: italic 14px/20px "Trebuchet MS", Verdana, sans-serif;
	width: 500px;
	position: relative;
	border: 2px dotted #ffffff;
	padding: 4px;
}

ul {
	list-style: circle outside;
	color: #4f4f4f;
}

li {
	margin-bottom: 4px;
}

dt {
	list-style: none;
	font-style: italic;
	color: #4f4f4f;
}

dd {
	margin-bottom: 8px;
	color: #606060;
}

.releases dt {
	list-style: none;
	color: #878787;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	border-top: 1px solid #f2f2f2;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 4px;
}

.date {
	list-style: none;
	color: #878787;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	float: right;
	margin-left: 32px;
}

.releases dd {
	margin-bottom: 32px;
	color: #606060;
	text-align: justify;
}

a:link {
	font-weight: bold;
	color: #5587eb;
	text-decoration: none;
	border-bottom: 1px dashed #95bae9;
}

a:hover {
	color: #5587eb;
	font-weight: bold;
	border-spacing: 2px 2px;
	border-bottom: 1px dashed #5587eb;
	background: #bde2fd;
	text-decoration: none;
}

a:active {
	color: #5587eb;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #5587eb 1px;
}

a:visited {
	color: #3C5EA4;
	font-weight: bold;
	text-decoration: none;
}

#container img.footer {
	bottom: 4px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
}
	
/* @end */