/* CSS for Portfolio Main Page */

body {
font-family: verdana, helvetica, sans-serif;
font-size: small;
color: #272727;
background-image:url('images/damask.jpg');
background-repeat: repeat-x;
background-color: #FEFCF1;
text-align: center; /* IE hack for wrapper divs */
}

#frontwrapper {
width: 1000px;
margin-top: 175px;
margin-left: auto;
margin-right: auto;
text-align: left; /*Compensates for IE hack in body*/
}

#frontwrapper img {
border: none;
}

#frontnav {
	font-family: palatino, "palatino linotype", georgia, serif;
	font-size: 160%;
	width: 1000px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#frontnav ul {
list-style: none;
padding: 0;
margin-left: auto; /*Setting the margins to auto gets rid of the crazy indent in IE*/
margin-right: auto;
}

#frontnav li {
display: inline;
padding: 0 10px 0 0;
}

#frontnav a{
margin: 0;
color: #F4869F;
text-decoration: none;
}

#frontnav a:hover{
color: #AD0128;
}

#frontnav a:active {
color: #BC415D;
}

#frontnav a:visited{
color: #F4869F;
}

.frontcenter {
position: relative;
left: 45px;
}

.frontleft {
float: left;
margin-top: 30px;
}

.frontright {
position: relative;
left: 40px;
 /*Find a way to get around this nonsense in IE*/
}

.clearer {
clear: both;
}

#footer {
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #F4869F;
text-align: center;
}

#footer img {
border: none;
margin-left: auto;
margin-right: auto;
}

#footer p {
font-size: 80%;
color: #666;
}
