﻿/*--------------------Master.home---------------------*/
		
#Mainhome
{
	overflow:auto;	
	margin:2px 10px;
}
#mainheader
{
	overflow:hidden;
	margin:2px 0px 6px 0px;
	border:solid 1px silver;
	background:#fff url("Images/bg_contentbox_silver.png") bottom repeat-x;
}
#mainphotobox
{
	float:left;
	width:640px;
	height:240px;
	margin-right:20px;
	margin-left:2px;
}
#MainNewsBox
{
	float:left;
	margin:10px 10px;
	max-width:350px;
	overflow:hidden;
}

#contentheader
{
	overflow:auto;
}
#maincolumns
{
	border:solid 1px silver;
	margin:0px;
	padding:5px 0px;
	overflow:auto;
	background:#fff url("Images/bg_contentbox_silver.png") bottom repeat-x;
}
.Contentc1,.Contentc2,.Contentc3
{
	padding:7px 5px 7px 5px;
	margin-right:10px;
	float:left;
	border-right:solid 1px silver;
}
.Contentc1
{
	width:330px;
	padding:0px 15px 0px 15px;
}
.Contentc3
{
	width:580px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	border:0px;
}
.Contentc3 table
{
	table-layout:fixed;
}
.Contentc3 table td, .Contentc3 table th 
{
	vertical-align:top;
	text-align:left;
}

.Contentc3 table td.cellcontent
{
	width:180px;
}
.Contentc3 table td.cellspace
{
	width:15px;
}
.Contentc3 table td img
{
	width:175px;
	border:solid 1px silver;
}

a img
{
	border:0px;
}

#maincontent
{
	border:solid 1px silver;
	margin:6px 0px 6px;
	padding:5px 20px;
	overflow:auto;
	background:#fff url("Images/bg_contentbox_silver.png") bottom repeat-x;
}
