/*ALL SITE*/
*{
	margin: 0; 
	padding: 0;
	outline: 0;
}
body{
	background:url(../img/body.png);
	font-family:Trebuchet MS;
	font-size:16px;
	color: #ffffff;
}
a {text-decoration:none;}
img{padding: 5px;}
a img{border:none;}
.Fleft{float:left;}
.Fright{float:right;}
.clear{clear:both}


/* Structure*/
#container {
	width: 700px;
	margin:0px auto; /* center*/
	min-height: 100%;
  	height: auto !important;
  	height: 100%; /* For IE */
  	margin-top: 10px;
}

#sidebar {
	float: left;
	width: 169px;
	height: 700px;
	background-image:url(../img/sidebar.png);
}

#header {
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	height: 343px;
	width: 550px;
}

#content {
	float: right;
	width: 531px;
}

#article {
	background-image:url(../img/article-content.png);
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	padding-bottom: 10px;
	z-index: 1;
	
}

/*vertical navigation*/
#nav{
 	position:relative;
	list-style:none;
	margin-top: 290px;
	z-index: 0;
	position: absolute;
}

#nav li a{
	display:block;
	color: #663366;
	padding-bottom: 15px;
	background-repeat: no-repeat;
}

#home a {
	background-image: url(../img/nav/home.png);
	width: 175px;
	height: 55px;
}

#about a {
	background-image: url(../img/nav/about.png);
	width: 175px;
	height: 55px;
}

#team a {
	background-image: url(../img/nav/team.png);
	width: 175px;
	height: 55px;
}

#store a {
	background-image: url(../img/nav/store.png);
	width: 175px;
	height: 55px;
}

#myspace a {
	background-image: url(../img/nav/myspace.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 45px;
}

#contact a {
	background-image: url(../img/nav/contact.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 45px;
}

/*content*/
h2 {
	font-size:25px;
	color:#003399;
	padding-bottom:5px;
}

h3 {
	color: #999999;
	font-size: 18px;
	text-decoration: underline;
	padding-bottom: 3px;
}

.typog {
	color: #003399;
	font-size: 22px;
}

#indent {
	padding-left: 100px;
	margin-top:15px;
	color:#003399;
	font-weight:bold;
}
/*footer*/
#footer {
	color:#ffffff;
	font-size:13px;
	height:89px;
}

#footer a:link, #footer a:visited {
	border-bottom:1px dotted #ffffff;
	color:#ffffff;
}

#footer a:active, #footer a:hover {
	border-bottom:1px dotted #0E66C8;
	color:#0E66C8;
}