/* Atlantican CSS       //
// Designed by Dace     //
// Website: saivias.com //
// Copyright 2008       //
// All Rights Reserved  //
////////////////////////*/

/* Link Colors and Styles */
	.flink	A:link {text-decoration: none; color: #ffffff;}
	.flink	A:visited {text-decoration: none; color: #ffffff;}
	.flink	A:active {text-decoration: none; color: #ffffff;}
	.flink	A:hover {text-decoration: none; color: #ffffff;}

	.clink	A:link {text-decoration: none; color: #bedee1;}
	.clink	A:visited {text-decoration: none; color: #bedee1;}
	.clink	A:active {text-decoration: none; color: #bedee1;}
	.clink	A:hover {text-decoration: none; color: #bedee1;}

a img
{
	border:		none;
}

body
{
	margin:			0px;
	padding:		0px;
	text-align:		center;
	background:		#000000;
}

div
{
	margin:			0px;
	padding:		0px;
}

div.Container
{
	height:			auto;
	width:			1000px;
	margin:			auto;
}

div.Banner
{
	height:			200px;
	width:			1000px;
	background:		url(/siteimages/atlantican/banner.png);
	text-align:		left;
}

/*---- Navigation Section ----*/

div.NavBar
{
	height:			67px;
	width:			1000px;
	background:		url(/siteimages/atlantican/nav.png);
	text-align:		left;
	color:			#ffffff;
	font:			15px Verdana;
}

/* navigation */

#NavButtons
{
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
}

#NavButtons li
{
	list-style: none;
	height: 46px;
	float: left;
	position: relative;
}

#NavButtons li a
{
	height: 46px;
	text-indent: -9000px;
	display: block;
}

/* buttons */

a#home, gameinfo, guides, about, blog, forum
{
	height: 46px;
}

a#home { background-image: url(/siteimages/atlantican/nav/home.png); width: 93px; margin-left: 14px; }
a#gameinfo { background-image: url(/siteimages/atlantican/nav/gameinfo.png); width: 129px; }
a#guides { background-image: url(/siteimages/atlantican/nav/guides.png); width: 102px; }
a#about { background-image: url(/siteimages/atlantican/nav/about.png); width: 111px; margin-left: 324px; }
a#blog { background-image: url(/siteimages/atlantican/nav/blog.png); width: 96px; }
a#forum { background-image: url(/siteimages/atlantican/nav/forum.png); width: 117px; }

a#home:hover,
a#gameinfo:hover,
a#guides:hover,
a#about:hover,
a#blog:hover,
a#forum:hover
{ background-position: 0 -46px; }


/*---- Main Content Section ----*/

div.BodyBG
{
	height:			auto;
	min-height:		800px;
	width:			1000px;
	background:		url(/siteimages/atlantican/bg.gif);
}

div.MiddleContainer
{
	height:			auto;
	min-height:		800px;
	width:			1000px;
}

div.Content
{
	height:			auto;
	width:			1000px;
	padding-top:		20px;
}

/*---- Main Content Section Forum ----*/

div.MiddleContainerForum
{
	height:			auto;
	min-height:		800px;
	width:			960px;
	margin-left:		20px;
}
div.ContentForum
{
	height:			auto;
	width:			960px;
	padding-top:		15px;
}

	/*---- Content ----*/

div.ContentContainer
{
	height:			auto;
	width:			685px;
	margin-left:		295px;
	margin-bottom:		20px;
	padding:		0;
	background:		url(/siteimages/atlantican/contentbg.gif);
}

div.ContentHead
{
	height:			50px;
	width:			685px;
	background:		url(/siteimages/atlantican/contenthead.gif);
}

div.ContentBody
{
	height:			auto;
	width:			685px;
	min-height:		250px;
	padding-bottom:		70px;
	background:		url(/siteimages/atlantican/contentfoot.gif);
	background-position:	bottom;
	background-repeat:	no-repeat;
}

div.ContentContent
{
	padding:		5px 20px;
	text-align:		left;
	font:			14px Verdana;
	color:			#ffffff;
	overflow:		hidden;
}

div.HeadContent
{
	padding-top:		10px;
	text-align:		center;
	font:			20px Verdana;
	color:			#ffffff;
	overflow:		hidden;
}

/*---- Side Boxes ----*/

div.SideContainer
{
	height:			auto;
	width:			260px;
	margin-left:		20px;
	margin-bottom:		20px;
	background:		url(/siteimages/atlantican/sidebg.gif);
	float:			left;
}

div.SideContent
{
	height:			320px;
	width:			230px;
	padding:		5px 15px;
	text-align:		justify;
	font:			14px Verdana;
	color:			#ffffff;
	overflow:		hidden;
}

div.SideHead
{
	height:			50px;
	width:			260px;
	background:		url(/siteimages/atlantican/sidehead.gif);
}

div.SideBody
{
	height:			405px;
	width:			260px;
	background:		url(/siteimages/atlantican/sidefoot.gif);
	background-position:	bottom;
	background-repeat:	no-repeat;
}

/*----- Ads ----*/

div.GoogleAd
{
	height:			auto;
	width:			auto;
	margin:			15px;
	text-align:		center;
}

/*----- Footer ----*/







div.FooterBar
{
	height:			16px;
	width:			1000px;
	background:		url(/siteimages/atlantican/footer.gif);
	background-repeat:	repeat-x;
}

div.Footer
{
	height:			100px;
	width:			1000px;
	background:		#000000;
	text-align:		right;
	font:			12px Verdana;
	color:			#ffffff;
	overflow:		hidden;
}

div.FooterValidation
{
	height:			60px;
	width:			auto;
	text-align:		left;
	color:			#808080;
	float:			left;
}

div.FooterContent
{
	height:			60px;
	width:			auto;
	padding:		5px;
}

/*----- Tables ----*/
/* Design 2 */
table.Sections {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #040404;
}
table.Sections th {
    border: 1px solid #040404;
    background-color: #4a4e54;
    text-align: center;
    font-weight: normal;
    padding: 0.1em 0.5em;
}
table.Sections td {
    text-align: left;
    vertical-align: top;
    background-color: #232a34;
    border: 1px solid #040404;
    padding: 0.1em 0.5em;
}

 td.Sections2  {
background-color : #141517;
}