/*** Global Settings ****/
body {
	font : normal 12px/1.6em Arial, Helvetica, sans-serif;
	color : #2a3845;
	margin : 0;
	padding : 0;
	background:#FFFFFF;
}
p { 
	margin : 0 0 6px 0;
	padding : 0;
}
a:visited, 
a:link {
	color : #667db2;
	text-decoration : underline;
	background:none;
}
a:hover {
	color : #667db2;
	text-decoration : none;
	background:none;
}
h1 { 
	color : #335298;
	margin: 0px 0px 10px 0px;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
}
h2 {
	color : #667db2;
	margin : 20px 0 10px;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
}
h3 {
	color : #999;
	margin : 16px 0 10px 0;
	padding-bottom : 10px;
	font : bold 14px Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #efece7;
}
ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square url(images/bullet.gif);
}
.box {
	background : #f7f7f7;
	border : 1px solid #f0e9eb;
	padding : 15px;
}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 776px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px;}
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}

#logo {
	background : #193fcd url(images/bg.jpg) repeat;
	padding : 10px 20px;
	color : #ffffd0;
	font-size: 13px;
}

#logo a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#logo a:hover {text-decoration : underline;color : #f6dde3;}

#main-content {margin : 0 auto;}
/* #logo {margin-bottom : 45px;} */
.logotxt1 {
	font : normal 21px Georgia, serif;
	color : #f5d852;
	margin : 10px 0 0 15px;
}
.logotxt2 {
	font : normal 21px Georgia, serif;
	color : #f5d852; 
}
#left-column {width : 440px;padding : 0 30px 30px;float : left;}
#right-column {width : 270px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both;}

/*** SideBAR ***/
.main-image {text-align : center;}
.sidebar,
.sidebarclean {width : 218px;margin : 0 auto;padding : 10px 25px;}
.sidebarclean {padding: 0 25px 10px 25px;}
.sidebar {background : url(images/shadow.jpg) no-repeat top;}
.Related a strong {
	white-space: nowrap;
}

.gallery {
	text-align: center;
}


div.quote {
	margin: 10px 0 0 0;
	padding: 0 0 0 28px;
	background: url(images/bq-start.gif) no-repeat left top;
}
div.quote blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 6px 0;
	padding: 0 28px 0 0;
	background: url(images/bq-end.gif) no-repeat right bottom;
}
div.quote div.source {
	text-align: right;
	font-size: 11px;
	color: #999;
	line-height: 13px;
}