/*

	project:  Pac Islander
	author:   Alvin 

*/

*{ margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.5em;
	color:#666666;
	background-color:#F4F4F4;
}

a{color:#000000; background:inherit; text-decoration:none;}
a:hover{color:#000000; background:inherit;}


/*-------------------------------------------------------------------------------------------------------------------
boxes
---------------------------------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------------------------------
page
---------------------------------------------------------------------------------------------------------------------*/

#page{width:764px;; margin:0 auto; background:url(images/bg_page.gif) repeat-y;}

/*-------------------------------------------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------------------------------------------*/

#header{ background:url(images/header.jpg) no-repeat; width:764px; height:117px; margin:0 auto;}

/*-------------------------------------------------------------------------------------------------------------------
header
---------------------------------------------------------------------------------------------------------------------*/

#topmenu{float:right; width:160px; height:20px;}
	#topmenu ul{list-style:none;}
	#topmenu li{display:inline;}
	#topmenu a{ display:block; float:left; height:30px; padding:10px 10px 0 10px;}
	#topmenu a:hover{text-decoration:underline;}

/*-------------------------------------------------------------------------------------------------------------------
siderbar
---------------------------------------------------------------------------------------------------------------------*/

#sidebar{float:left; width:133px; padding:20px 0 0 0;}

/*-------------------------------------------------------------------------------------------------------------------
menu
---------------------------------------------------------------------------------------------------------------------*/

#menu{width:173px; top:0px;}
	#menu ul{ list-style:none;}
	#menu li{ display:block; padding:3px 0 3px 0; background:url(images/icon_menu.jpg) no-repeat 15px;}
	#menu a{ padding:3px 0 3px 26px;}
	#menu a:hover{ color:#666666;}
	#submenu{padding:0 0 0 15px; background:none;}

/*-------------------------------------------------------------------------------------------------------------------
draw
---------------------------------------------------------------------------------------------------------------------*/

#draw{background:url(images/draw.gif) no-repeat ; width:173px; height:142px; top:0px;}

/*-------------------------------------------------------------------------------------------------------------------
content
---------------------------------------------------------------------------------------------------------------------*/

#content{float:right; width:551px; padding:20px; top:0px;}

/*-------------------------------------------------------------------------------------------------------------------
mainbanner
---------------------------------------------------------------------------------------------------------------------*/

#mainbanner{ background:url(images/mainbanner.jpg); no-repeat; width:549px; height:117px;}

/*-------------------------------------------------------------------------------------------------------------------
welcome
---------------------------------------------------------------------------------------------------------------------*/

#welcome{padding:20px 0 0 0;}

/*-------------------------------------------------------------------------------------------------------------------
footer
---------------------------------------------------------------------------------------------------------------------*/

#footer{ width:764px; border-top:5px #999999 solid; margin:0 auto;}
	#footer p{text-align:center; }
