/* wire frame */

div {

	margin:0;
	padding:0;
	outline:0px solid red;
}

/* main body */

body {
	margin:0px;
	background-color:#000;
	background-image:url(images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
}

/* container */

#container {

	width:900px;
	margin:0px auto;
	
       
}

/* logo */

#akalogo {

 	height:142px;
	background-image:url(images/logoheader.png);
	background-repeat:no-repeat;
	padding:0;
}

/* 2nd heading  rules */

H2	{

	text-align:center;
	font-family:"Eras Demi ITC";
	font-size:14px;
	font-variant:small-caps;
	font-weight:lighter;
	line-height:150%;
	color:#ae8b8b;
}

	
/* main akalogo position */

#akalogo img {

	margin:30px auto;
}

/* turn off borders on image links */

img {

	border:0;
}

/* main navigation bar */

#mainNav  {

        background-image:url(images/navbar-bg.png);
	background-repeat:no-repeat;
	width:900px;
	height:74px;
	margin:0px;
	padding:0px;
}


#mainNav ul {

	list-style:none;
	padding:0px;
}


#mainNav li {
	
	display:inline;
	margin:0px 10px 0px 0px;
	font-family:"Eras Light ITC";
	font-size:1em;
	padding:8px 21px 13px 21px;
	line-height:450%;
	text-shadow: 0.1em 0.5em #171515;
	
}

#mainNav li a:link {

	text-decoration:none;
	width:300px;
	color:#d0aeae;
	padding:8px 21px 13px 21px;
}

#mainNav li a:visited {

	text-decoration:none;
	width:300px;
	color:#d0aeae;
	padding:8px 21px 13px 21px;
}

#mainNav li a:hover {

	background-image:url(images/nav-hover.png);
	background-repeat:no-repeat;
        background-position:bottom center;
	width:300px;
	color:#fff;
	padding-bottom:38px;
	
      
}

#mainNav li a:active {

	width:300px;
	color:#fff;
	padding:8px 21px 13px 21px;
	
      
}

/* highlighting the current page */

#home #mainNav .home a,
#bio #mainNav .bio a,
#portfolio #mainNav .portfolio a,
#contact #mainNav .contact a,
#prints #mainNav .prints a {
	background-image:url(images/highlight.png);
	background-repeat:no-repeat;
background-position:bottom center;
	color:#ff21d7;
	width:138px;
	height:92px;
	cursor:default;
	padding-bottom:37px;
	text-decoration:none;
}


/* main content */

#mainColumn {
	margin:0px auto;
	width:900px;
	padding:0px 0px 10px 0px;
	
}

#mainColumn ul {

	list-style-type:none;
	padding:0;
}

#mainColumn li {
	
	display:block;
	padding:0px;
	line-height:100%;
	
}

p {
	margin:30px 0 0 60px;
	font-family:"Arabic Typesetting";
	font-size:20px;
	padding:0px;
	line-height:150%;
	color:#d0aeae;
	text-align:right;
}




p a:link{

	
	font-family:"Arabic Typesetting";
	font-size:22px;
	color:#d6026a;
}

p a:hover{

	
	font-family:"Arabic Typesetting";
	font-size:22px;
	color:#fff;
}
	




/* footer */

#footer {

	clear:both;
	margin:0px auto;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
	width:900px;
	height:208px;
	
	font-family:"Eras Light ITC";
	font-size:0.8em;
	line-height:200%;
	padding:0 0 10px 0;
	overflow:hidden;
	
}

/* 3rd heading  rules */

H3	{

	text-align:center;
	font-family:"Eras Light ITC";
	font-size:18px;
	font-variant:small-caps;
	font-weight:lighter;
	line-height:200%;
	color:#d6026a;
}

/* rules for footer 3 columns */

.footerCol {
      
	float:left;
	width:300px;
	height:auto;
	margin:0px;
	padding:0px;

}

.spacer {

	clear:both;
}


.footerCol ul {
         margin:0px auto;
	list-style:none;
	padding:0px;
}


.footerCol li {
	
	font-family:"Eras Medium ITC";
	font-size:12px;
	padding:0px;
	line-height:200%;
	
}

.footerCol li a:link {

	text-decoration:none;
	width:200px;
	color:#d0aeae;
	
}

.footerCol li a:visited {

	text-decoration:none;
	width:200px;
	color:#d0aeae;
	
}

.footerCol li a:hover {

	text-decoration:underline;
	width:200px;
	color:#fff;
	
	
      
}

.footerCol li a:active {

	width:200px;
	color:#fff;
	
	
      
}

