/* 
   CSS Document for Art In Site Magazine
   Copyright(c) 2008. All rights reserved - Art In Site Magazine.
   coded by: John David "Shinobi" Jara
   email: johndavidjara@yahoo.com | shinobi@open-axcss.com
*/

html, body{
        padding         : 0px;
        margin          : 0px;
		background-color: #FFB401;
		font-family     : arial, verdana;
		font-size       : 12px;
} 
 
 .content {
    overflow     : scroll; 
	font-family  : arial, verdana; 
	color        : #fffffff;
	font-size    : 12px;
 }

.bgotherpage{
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
}

.bg_mcfta{
	background-image:url('../img/mcfta_bg.jpg');
	background-repeat:no-repeat;
}

.pageContents{
	margin-top  : 185px;
	padding-left: 45px;
}

#topMenu {
	font-size : 12px;
	color	  : #c5c5c5;
	top       : 90px;
	left      : 750px;
	position  : absolute;
}

.topLink_main {
	font-size   : 12px;
	color		: #fff;
}
a.topLink_main:link    {color: #fff; text-decoration: none;}
a.topLink_main:visited {color: #fff; text-decoration: none; }
a.topLink_main:hover   {text-decoration : none; color: #ffff00;}
a.topLink_main:active  {color: #fff; text-decoration: none; } 

.footer_main {
	font-family  : arial, verdana; 
	color        : #808285;
	font-size    : 11px;
 }
a.footer_main:link    {color: #808285; text-decoration: none;}
a.footer_main:visited {color: #808285; text-decoration: none; }
a.footer_main:hover   {text-decoration : none; color: #808285;}
a.footer_main:active  {color: #808285; text-decoration: none; } 