
body {
background-color: black;
padding:0;
margin:0;
background-image: url(images/menucorner.jpg);
background-repeat: no-repeat;
background-position: 0 0;
font-size: 11px;
line-height: 14px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color: black;
}

a {color: #d60080; text-decoration: none; }
a:visited {color: grey;}
a:hover {color: white; background-color: #d60080;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}


/* ----------wrapper-------------- */
#wrapper {
width: 944px;
background-color: white;
position: absolute;
top: 0;
left: 72px;
text-align:left;
margin: 0;
padding: 0;
}

/* --------------nav------------- */


#nav {
	float: left;
	width: 181px;
	margin:0;
	padding:0;
	background-color: none;
	background-image: url(images/menu_hoverstate.jpg);
	background-position: 0 150px;
}


#nav li {
    list-style: none;
}

#nav li, #nav a {
    display: block;
}

#menu01 a {background: url(images/menu01.jpg); height: 127px;}
#menu02 {background: url(images/menu02.jpg); height: 23px;}
#menu_portfolio a {background: url(images/menu_portfolio.jpg); no-repeat left top; height: 23px;}
#menu_resume a {background: url(images/menu_resume.jpg); no-repeat left top; height: 23px;}
#menu_contact a {background: url(images/menu_contact.jpg); no-repeat left top; height: 23px;}
#menu03 {background: url(images/menu03.jpg); height: 35px;}

#menu_portfolio a:hover {background-image: url(images/menu_hoverstate.jpg);no-repeat left top; height: 23px;}
#menu_resume a:hover {background-image: url(images/menu_hoverstate.jpg); background-position: 0 -23px; height: 23px;}
#menu_contact a:hover {background-image: url(images/menu_hoverstate.jpg); background-position: 0 -46px; height: 23px;}


/* -----------------content container--------------------- */

#content {
padding: 0px;
margin-left: 181px;
margin-top: 0px;
border: 0px;
}

a.external {color: #d60080; text-decoration: none; }
a.external:visited {color: grey;}
a.external:hover {color: black; text-decoration: none; background-color: #fcc54e;}
a.external:active { color:red;}


/* -----------------header--------------------- */

#header {
height: 126px;
margin: 0;
padding: 0;
border-bottom: 1px solid #ac6c2c;
background-color: white;
}

p.title {
float: left;
padding: 105px 0 0 20px;
margin: 0;
}

p span.client {
color: red;
}

#section{
float: right;
background-color: white;
width: 300px;
padding: 0;
}

#section ul {
padding:0;
list-style: none;
text-decoration: none;
}

#section li {
float:right;
}

#section a {
display: block;
padding: 0;
margin: 96px 20px 0 20px;
}

#section img{
padding-left: 5px;
margin-top: 96px;
}



/* ----------second column-------------- */

#secondcol {
float: left;
width: 460px;
height: 640px;
padding-top: 0;
margin: 0;
background-color: none;
}

* html #secondcol {display: inline;}

#secondcol img {
display: block;
margin: 20px auto 0 auto;
}



/* ----------third column-------------- */

#thirdcol {
padding:0px;
margin-top: 30px;
margin-right: 40px;
margin-left: 468px;
background-color: none;
}

#thirdcol p{
line-height: 16px;
}


/* ----------merged columns-------------- */

#merge {
width: 763px;
height: 542px;
float: left;
padding-top: 0;
margin: 0;
background-color: white;
}

* html #secondcol {display: inline;}

#merge img {
display: block;
margin-top: 20px;
margin-left: 30px;
}

#merge p{
line-height: 16px;
}

#merge img.atl {
margin: 40px 0 0 120px;
}

/* ----------footer-------------- */

#footer {
height: 20px;
clear: both;
margin: 0 0 16px 0;
background-image: url(images/star_bottom.gif);
background-position: left bottom;
background-repeat:repeat-x;
background-color: yellow;
}


/* ----------individual page styles-------------- */

/*for one-column tall pages */

#mergealt {
width: 763px;
height: 700px;
float: left;
padding-top: 0;
margin: 0;
background-color: white;
}

#mergealt img {
display: block;
margin-top: 20px;
margin-left: 30px;
}

#mergealt p{
line-height: 16px;
}

/* hollanders text page one */

p.hollanders {
padding: 20px 30px 0 40px;
line-height: 16px;
}

