body{
	margin: 0;
}

#page-wrapper{
	margin-left:auto;
	margin-right:auto;
	width: 842px; /* .main width + width of shadow images (21px by default) */
	
	/*background-color: #faa;*/
}

.main{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

.not-visible{
	display:none;
}

/**********************
	HEADER
**********************/

#header{
	background-color: #000;
	color: #fff;
}

#header p{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 20px;
	border-top: 4px solid #3d2455;
	font-family: Georgia;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #fff;
}


/**********************
	CONTENT
**********************/

#content{
	margin-top: 20px;
	margin-bottom: 20px;
}

#content table{
	width: 100%;
}

#content tr.header-row td.col{
	padding-bottom: 5px;
	border-bottom: 4px solid;
	vertical-align:bottom;
}

#content tr.content-row td.col{
	vertical-align:top;
	text-align:center;
}

#content td{
	/*border: 1px solid #0f0;*/
}

#content td.spacing{
	width: 6%;
}

#content td.col{
	width: 29%;
}

#content tr.header-row td.col-1{
	border-color: #6082ad;
}

#content tr.header-row td.col-2{
	border-color: #d756ab;
}

#content tr.header-row td.col-3{
	border-color: #d4a607;
}

h2{
	font-weight: normal;
	text-transform: uppercase;
	font-family: Seattle Sans;
	font-size: 4.0em;
	line-height: 1em;
	margin: 0;
	letter-spacing: -2px;
}

img.logo-link{
	padding-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 16px;
	border: none;
}

img.logo-link:hover{
	background: transparent url('images/link-shadow.gif') repeat-x left bottom;
	position:relative;
	top: -5px;
}

#content tr.content-row td.col img.logo-link:active{
	position:relative;
	top: -2px;
}

/**********************
	FOOTER
**********************/

#footer{
	background-color: #000;
	background: #000 url('images/footer_bg.jpg') repeat-x left 50px;
	color: #fff;
	font-family: Georgia;
	padding-bottom: 20px;
}

h3{
	font-weight: normal;
	/*text-transform: uppercase;*/
	font-family: Georgia;
	font-size: 1.2em;
	line-height: 1.9em;
	margin: 0;
	margin-left: -1.2em;	
	padding-left: 1.2em;
	background: transparent url('images/header_leaf.gif') no-repeat left 0.55em;
}

#footer table{
	margin-left: 50px;
	width: 700px;
}

#footer td.col{
	border-top: 4px solid #3d2455;
	padding-left: 1.45em;
	vertical-align: top;
	width:29%
}

#footer td.spacing{
	width: 6%;
}

#footer a{
	color: #6082ad;
	text-decoration:none;
	border-bottom: 1px solid #6082ad;
}

#footer a:hover{
	color: #000;
	background-color: #fff;
	border:none;
	margin-bottom:1px;
	
}

#footer a:active{
	position:relative;
	top: 1px;
}

#footer #copyright{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 163px;
	height: 20px;
	background: transparent url('images/copyright.gif') no-repeat left top;
	color: #000;
	/*font-family: Arial, "Arial", sans;*/
	font-size: 0.7em;
	padding-top: 4px;
	padding-left: 47px;
}


/**********************
	DROP-SHADOWS
**********************/

.shadow-left{
	background: transparent url('images/shadow_left.gif') repeat-y left top;
}

.shadow-right{
	background: transparent url('images/shadow_right.gif') repeat-y right top;
}

.shadow-downleft{
	background: transparent url('images/shadow_corner_dl.gif') no-repeat left bottom;
	height: 100%;
}

.shadow-downright{
	background: transparent url('images/shadow_corner_dr.gif') no-repeat right bottom;
	height: 100%;
}

.shadow-bottom{
	background: transparent url('images/shadow_bottom.gif') repeat-x left bottom;
	height: 71px; /* height of highest bottom shadow image (corner images by default) */
	background-color: #000; /* same as color of block background (#header by default) */
}

.shadow-top{
	background: transparent url('images/shadow_top.gif') repeat-x left top;
	height: 71px; /* height of highest bottom shadow image (corner images by default) */
	background-color: #000; /* same as color of block background (#footer by default) */
}

.shadow-upleft{
	background: transparent url('images/shadow_corner_ul.gif') no-repeat left top;
	height: 100%;
}

.shadow-upright{
	background: transparent url('images/shadow_corner_ur.gif') no-repeat right top;
	height: 100%;
}

