/*
-----------------------------------------------
Nathan McCreery Photography
Portrait
-----------------------------------------------
Site Design by Mic and Nic
micandnic.com
-----------------------------------------------*/

/* LAYOUT -------------------------------------*/

body {
background: #000000 url(../images/layout_bkgd.jpg) repeat-x;
margin: 0;
padding: 0;
}

.footer {
background: url(../images/layout_footer.jpg) no-repeat;
width: 700px;
height: 30px;
}

.header {
background: url(../images/layout_header.jpg) no-repeat;
width: 700px;
height: 85px;
}

.img_left {
float: left;
}

.img_right {
float: right;
}

/* TEXT --------------------------------------*/

.content {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #eeeeee;
text-decoration: none;
}

.content a:link, .content a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #eeeeee;
text-decoration: underline;
}

.content a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #ffffff;
text-decoration: underline;
}

.footer_text {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #eeeeee;
text-decoration: none;
}

.footer_text a:link, .footer_text a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #eeeeee;
text-decoration: underline;
}

.footer_text a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #ffffff;
text-decoration: underline;
}

.nav {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
text-decoration: none;
}

.nav a:link, .nav a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
text-decoration: none;
}

.nav a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #ffffff;
background-color: #777777;
}

.order_form {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000;
text-decoration: none;
}

.order_form a:link, .order_form a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #000000;
text-decoration: underline;
}

.order_form a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #333333;
text-decoration: underline;
}

.portfolio {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #ffffff;
text-decoration: none;
background-color: #333333;
}

.portfolio a:link, .portfolio a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #ffffff;
text-decoration: none;
background-color: #333333;
}

.portfolio a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #ffffff;
text-decoration: underline;
background-color: #333333;
}

.title {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
color: #777777;
text-decoration: none;
}

.title a:link, .title a:visited {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
color: #777777;
text-decoration: underline;
}

.title a:hover {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
color: #eeeeee;
text-decoration: underline;
}