/*------------------------------------------------------
Document:       globalstyle.css
Description:    Global Style Sheet
Website:        ahmeekstudios.com
Author:         Mark W. Aho (Ahmeek Studios)
Updated:        09-16-08
------------------------------------------------------*/
        

body{	
	background-color: #000;
	background-image: url(images/blk_blu_blk_fade.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

.link{
  border-style: none;
}

#header{
  margin: 0px 0px 10px 0px;
  text-align: center;
}

#bodytext{
  min-height:400px;
}

#mainbody{
  width: 550px;
	float: left;
	margin: 5px;
	padding: 5px;
}

#sidebody{
	width: 160px;
	float: right;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-family: "Maiandra GD", Verdana, Arial, sans-serif;
}

#bottomnav{
  font-size: 80%;
  text-align:center;
  color: #0000AA;
}

#copyright{
  margin: 10px;
  font-size: 75%;
  text-align: center;
}


.bold{
  font-weight: bold;
}

.uline{
  text-decoration: underline;
}

.med{
  font-size: 120%;
}

.large{
  font-size: 150%;
}

.cent{
  text-align: center;
}

.right{
  text-align: right;
}

.blk{
  color: #000000;
}

/*---------------------LINKS---------------------------*/
a:link{
	color: #3333FF;
	text-decoration: none;
}

a:active{
	color: #3333FF;
	text-decoration: none;
}

a:visited{
	color: #3333FF;
	text-decoration: none;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
}