﻿@import url(layout.css);
body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial;
	padding: 0px;
	font-size: 14px;
	font-family: arial;
	line-height: 20px;
}
/* Styles for DIV tags */
#container {
	margin: 0px auto;
	width: 910px;
}
#masthead {
	line-height: 60px;
}
#navigation {
	background-color: #DCDBE0;
	border: dashed 1px #DCDBE0;
}

body#home a#homenav,
body#obesity a#obesitynav,
body#seascape a#seascapenav,
body#abstract a#abstractnav,
body#portraiture a#portraiturenav,
body#contact a#contactnav,
body#buy a#buynav
{
color:black;
}

html>body #navigation {
	overflow: hidden;
}
#content_container {
	text-align: justify;
	vertical-align: top;
}
#column_full {
	padding: 10px 0px 10px 0px;
	vertical-align: top;
	text-align: justify;
}
#column_left {
	padding: 10px 15px 10px 0px;
	vertical-align: top;
	float: left;
	width: 553px;
	text-align: justify;
}
#column_right {
	padding: 10px 0px 10px 10px;
	float: right;
	text-align: justify;
	width: 322px;
	vertical-align: top;
}
#image {
	padding: 5px;
	border: solid 1px #dddddd;
	background-color: #f3f3f3;}

/* Styles for Masthead */
#masthead h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman";
	font-size: 45px;
	font-weight:lighter;
	color: #CCCCCC;
}
#masthead a {
	text-decoration: none;
	color: #CCCCCC;
}
#masthead a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 11px;
}
#navigation li {
	float: left;
}
#navigation a {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #777777;
	text-transform: uppercase;
}
#navigation a:hover {
	background-color: #DCDBE0;
	color: black;
}

/* Styles for Navigationhome */
#navigationhome ul {
	list-style-type: none;
	width: 910px;
	margin: 0;
	padding: 0;
	line-height: 17px;
}
#navigationhome li {
	float:left;
	width: 151px;
}
#navigationhome a {
	padding-top: 7px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #1A5793;
	font-weight:bolder;
	text-transform: uppercase;
	text-align:center;
}
#navigationhome a:hover {

}

/* Styles for Right Column */
#column_right h4 {
	color: #333333;
}
#column_right p {
	color: #333333;
}
#column_right a {
	color: #003366;
}
#column_right a:hover {
	text-decoration: none;
}
#column_right3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#column_right3 a:hover {
	text-decoration: none;
}

/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #4E5659;
	margin-top: 0px;
}
h2 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
}
h3 {
	font-size: large;
	color: #4E5659;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
a {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* Styles for Footer */

#footer {
	clear: both;
	padding-top: 15px;
}

#footer p {
	font-size: 12px;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #79878D;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
