/* Edited with EditCSS */
/**** LINK-tag style sheet styles.css ****/

body {
background-color: #333331;
color:#938C62;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;}

/*hide link to content*/

#skipper{ display: none; }

/*links*/
a {text-decoration: none;}

a:link {color: #333331; }

a:visited {color: #333331;}

a:hover {color: black;}


#allcontent{
position: relative;
padding: 25px 15px 0px;
background: white; 
width: 790px; 
height:430px; 
margin: auto;
background-image: url(http://www.aarongilson.net/captured/images/maincorner.gif);
background-repeat:no-repeat; background-position: bottom right;}	

#content{ overflow: auto; 
height: 406px; 
width: 450px; 
background-color: #bd4d0d; 
color: #bd4d0d; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;} 
	
#gallery img{   overflow-x: hidden; 
display: inline; 
margin: 10px; 
padding: 0px 35px; 
border: none;}

/*nav*/
#nav {
float: right;
}

#nav ul{
position: relative;
list-style: none;
margin: 0px;
padding: 0px;
z-index: 5;
}


#nav li {
background-color: #bd4d0d;
width: 300px;
margin-bottom: 2px;
padding: 28px 8px;
}

  
li.bottom {background-image: url(http://www.aarongilson.net/captured/images/bottomcornercopy.gif); 
background-repeat:no-repeat; 
background-position: bottom right;
}

li.top {background-image: url(http://www.aarongilson.net/captured/images/topcornercopy.gif); 
background-repeat:no-repeat; 
background-position: top right;
}


#nav a{color: #333331; font-weight: bold; letter-spacing: 1.1px}

#nav a:hover {color: black;}

/* content */
#content {
position: relative;
text-align:center;
}
 
#abouttext{ text-align: left;}



/* footer */
#footer {font-size: 9px; width: 800px; text-align: center; margin: auto;}
#footer a:link {color: #bd4d0d; }
#footer a:visited {color: #bd4d0d;}
#footer a:hover {color: black;}

/* textpage */
#textpage{
  
background-color: white; color:#333331; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
color: #333331;	
}
	
/*links*/
#textpage a {text-decoration: none;}
#textpage a:link {color: #938C62; }
#textpage a:visited {color: #938C62;}
#textpage a:hover {color: #240000;}
	
/*boxes*/
input,textarea,select,a:hover span {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
border:1px solid #333331;
background:white;
color:#333331;
margin:2px}
input,textarea {padding:0 2px}
fieldset {border:1px solid #efdfdf;padding:8px}
	



