﻿/*** Global Settings ****/
body {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background: #FFF7CE;
}
p { margin : 0;padding : 0;}
a:link {color : #a43b55;text-decoration : none;background:none;}
a:visited {color : #a43b55;text-decoration : none;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 {
	color : #7a2e40;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	font: normal 20px Georgia, serif;
	border-bottom : 1px solid #efece7;
}
h2 {
	color : #7a2e40;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	font: normal 20px Georgia, serif;
	border-bottom: 1px #CCCCCC solid;
}
h3 {
	color : #7a2e40;
	margin : 10px 0;
	padding-bottom : 10px;
	font: bold 20px Arial, Helvetica, sans-serif;
	border-bottom: 1px #CCCCCC solid;
}
ul {padding:0;margin:0 0 0 17px;list-style: square url(images/bullet.gif);}
.box {
	background: #E9E9E9;
	border : 1px solid #f0e9eb;
	padding : 15px;
}

/*** Layout ****/
#wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	width : 776px;
	border-left: 2px #dadada solid;
	border-right: 2px #dadada solid;
	border-bottom: 2px #dadada solid;
}
#header {margin : 0 1px;}
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}
#nav {background : #7a2e40;padding : 10px 20px;text-align : right;color : #f6dde3;}
#nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:visited {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 45px;}
.logotxt1 {
	font: bold 12px Georgia, serif;
	color : #fa7393;
	margin: 10px 0 0 10px;
}
.logotxt2 {font : bold 14px Georgia, serif;color : #7a2e40; }
#left-column {width : 440px;padding : 0 30px 30px;float : left;}
#right-column {width : 270px;float : right;}
.crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
.crd a:link{text-decoration : none;color : #2a3845;cursor: text;}
.crd a:visited{text-decoration : none;color : #2a3845;cursor: text;}
#footer {
	background: #E9E9E9;
	border-top : 1px solid #f0e9eb;
	padding : 10px 15px;
	clear : both;
}
#footer2 {
	background: #FFF7CE;
	margin: 0 auto;
	width : 776px;
	padding: 90px 0 0 0;
	clear : both;
	text-align: right;
}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}

