/* CSS Document
 * layout.css
 * Layout elements used on site.
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height: 140%;
	width: 780px;
	background-color: #CCCCCC;
	background-image: url(../artwork/back_01.jpg);
	background-repeat: repeat-x;
}

a
{
	text-decoration:none;
	color:#FF6600;
}
a:hover
{
	text-decoration:underline;
	color:#62696C;
}

#position
{
    position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	
}

#content_home
{
	width: 780px;
	background-image: url(../artwork/content_back_home.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 780px;
	background-image: url(../artwork/content_back.jpg);
	background-repeat: no-repeat;
}

#flash_home
{
	width: 780px;
	height: 267px;
	background-color: #FFFFFF;
}

#img_01
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_01.jpg);
	background-repeat: no-repeat;
}

#img_02
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_02.jpg);
	background-repeat: no-repeat;
}

#img_03
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_03.jpg);
	background-repeat: no-repeat;
}

#img_04
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_04.jpg);
	background-repeat: no-repeat;
}

#img_05
{
	width: 780px;
	height: 150px;
	background-image: url(../artwork/img_05.jpg);
	background-repeat: no-repeat;
}

#column
{
	width: 224px;
	padding: 24px 18px 24px 18px;
	float: left;

}

#column1
{
	width: 224px;
	padding: 24px 18px 24px 18px;
	float: left;

}

#column2
{
	width: 224px;
	padding: 24px 18px 24px 18px;
	float: right;

}

#column4
{
	width: 478px;
	padding: 24px 18px 24px 18px;
	float: left;

}

.break1
{
	margin: 30px;

}

.break2
{
	margin: 15px;

}


.t_top
{
	height: 10px;
	background-image: url(../artwork/t_top.gif);
	background-repeat: no-repeat;

}

.t_mid
{
	width: 195px;
	background-color: #E89B68;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;

}

.t_bottom
{
	height: 30px;
	background-image: url(../artwork/t_bottom.gif);
	background-repeat: no-repeat;

}

.t_name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	text-align: right;
	color:#0C395D;

}

#footer
{
	width: 780px;
	color:#FFFFFF;
	font-size:11px;
	text-align: right;
	background-image: url(../artwork/footer_back.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

#footer .padding
{
	padding-top: 8px;
	padding-right: 20px;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
}

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

.titles
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	font-size: 18px;
	padding: 0;
}

#clear
{
	clear: both;
}

#view
{
    display:block;
	height: 28px;
	width: 75px;
	background-image: url(../artwork/bttn_view.gif);
	
}

#view a
{
    display:block;
	height: 28px;
	width: 55px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../artwork/bttn_view.gif);
	padding: 0px 0px 0px 20px;
	text-decoration:none;
		
}