/**************** XHTML tag styles ********************/

body {
/*	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x y;*/
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #285B86;
}

a{
	color: #006699;
	text-decoration: none;
}

a img{
	border:none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 	font-size: 120%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
 	font-size: 114%;
 	color: #006699;
 	margin: 0px;
 	padding: 0px;
}

h3{
 	font-size: 100%;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h4{
 	font-size: 100%;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
}

h5{
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family: Arial,sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}

/**************** Layout styles & snippets ********************/
#main_table {
	margin: auto;
	border:1px solid #1E4C71;
}

.margin {
	padding: 1px;
}

.light_blue {
	background-color: #F3FAFF;
}

.border {
	border: 1px outset #999999;
}

.center {
	text-align:center;
}

.content_margin {
	margin: 4px;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.text_left{
	text-align:left;
}

.text_center{
	text-align:center;
}

.text_right{
	text-align:right;
}

.sidebar{
	background-color: #F4CFAB;
}

.orange_top_border{
	border-top: 1px solid #DB6D00;
}

/**************** #navigation styles ********************/

#navigation {
	text-align: center;
	padding-bottom: 2px;
	padding-top: 1px;
	background-color: #DB6D00;
	background-repeat: repeat-y;
	background-image: url(../images/footer_bkgnd.jpg);
}

#navigation a{
	color: #000000;
	text-decoration: none;
}

#navigation a:link{
	color: #333333;
	text-decoration: none;
}

#navigation a:visited{
	color: #003366;
	text-decoration: none;
}

#navigation a:hover{
	color: #006699;
	text-decoration: underline;
}

/**************** #content styles ********************/
#header{
margin:0px;
padding:0px;
text-align:center;
background-color: #DB6D00;
}
#content {
	background-color: #FFFFFF;
}

.new_painting{
	float:left;
	border:1px solid #cccccc;
	width:284px;
	height:163px;
	margin:1px;
}

.painting{
	float: left;
	margin: 3px;
}

.painting_text{
	float: right;

}

.painting_box {
	border:1px solid #cccccc;
}

.grey_border{
	border:1px solid #cccccc;
}

.grey{
	background-color:#F1F1F1;
}

/**************** #footer styles ********************/
#footer{
	margin: 0px;
	width:750px;
	height:40px;
	background-color: #DB6D00;
	background-image: url(../images/footer_bkgnd.jpg);
	background-repeat: repeat-y;
}

#footer a{
	text-decoration: none;
	color: #333333;
}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

#footer_text a:visited{
	color: #000000;
}

#footer_text{
	text-align:right;
	color: #333333;
	margin: 10px;
}