/* CSS Document */
body,html
	{
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#108798;
	line-height:16px;
	background-color:#2AAFBF;
	background-image:URL('images/main_background.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	height:100%;
	}
	
img
	{
	border: 0px;
	}

#mainContainer
	{
	margin:0px auto;
	width:750px;
	height:auto;
	position:relative;
	}

#headerContainer
	{
	margin:0px auto;
	width:750px;
	height:143px;
	position:relative;
	}
	
#headerContainer2
	{
	margin:0px auto;
	width:750px;
	height:143px;
	position:absolute;
	top:0px;
	left:0px;
	}

#contentContainer
	{
	margin:0px auto;
	width:750px;
	height:346px;
	background-color:#FFFFFF;
	position:relative;
	text-align:justify;
	}

#contentTopLeftContainer
	{
	margin:0px auto;
	width:17px;
	height:17px;
	position:absolute;
	left:0px;
	top:0px;
	}
	
#contentTopRightContainer
	{
	margin:0px auto;
	width:17px;
	height:17px;
	position:absolute;
	right:0px;
	top:0px;
	}
	
#contentBottomRightContainer
	{
	margin:0px auto;
	width:154px;
	height:186px;
	position:absolute;
	left:711px;
	bottom:-40px;
	}
	
#comingSoonContainer
	{
	margin:0px auto;
	width:106px;
	height:80px;
	position:absolute;
	right:31px;
	top:0px;
	}
	
#bottomTitleContainer
	{
	margin:0px auto;
	width:750px;
	height:29px;
	position:relative;
	text-align:justify;
	margin-bottom:11px;
	background-image:URL('images/hr.gif');
	background-position:bottom center;
	background-repeat:repeat-x;
	}

#bottomContainer
	{
	margin:0px auto;
	width:750px;
	height:212px;
	position:relative;
	text-align:justify;
	}

#bottomTextContainer
	{
	margin:0px auto;
	width:350px;
	height:211px;
	position:absolute;
	left:0px;
	top:0px;
	padding-top:11px;
	}

#latestNewsContainer
	{
	margin:0px auto;
	width:324px;
	height:159px;
	position:absolute;
	left:0px;
	top:2px;
	padding:52px 46px 0px 13px;
	background-color:#FFFFFF;
	background-image:URL('images/latestnews_background.gif');
	background-position:top center;
	background-repeat:no-repeat;
	}
	
#quoteContainer
	{
	margin:0px auto;
	width:332px;
	height:47px;
	position:absolute;
	right:-32px;
	top:0px;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	background-image:URL('images/quote.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:22px 0px 0px 51px;
	}
	
#artyloonContainer
	{
	margin:0px auto;
	width:373px;
	height:85px;
	position:absolute;
	right:-32px;
	top:77px;
	background-image:URL('images/artyloon_background.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding:58px 0px 0px 14px;
	color:#E45884;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	}
	
#artyloonButtonContainer
	{
	margin:0px auto;
	width:84px;
	height:31px;
	position:absolute;
	left:10px;
	bottom:11px;
	}
	
#footerContainer
	{
	margin:0px auto;
	width:auto;
	height:67px;
	position:relative;
	text-align:justify;
	background-image:URL('images/footer_background.gif');
	background-position:bottom center;
	background-repeat:repeat-x;
	padding-top:43px;
	text-align:center;
	}
	
#footerTextContainer
	{
	margin:0px auto;
	width:auto;
	height:31px;
	position:relative;
	top:25px;
	color:#108798;
	font-size:11px;
	font-weight:bold;
	}