* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: Arial;
	text-align: center;
	color: #444;
	background: #b3d9ff url("../images/bg01.gif") repeat;
}

h1 {
	padding: 0 0 12px 0;
	font-weight: normal;
	font-size: 26px;
	color: #000;
}

h2 {
	padding: 0 0 12px 0;
	font-weight: bold;
	font-size: 32px;
	color: #d60000;
}

h3 {
	padding: 0 0 12px 0;
	font-weight: normal;
	font-size: 18px;
	color: #d60000;
}

h4 {
	font-size: 11px;
	text-transform: uppercase;
}

big {
	font-size: 18px;
}

small {
	font-size: 9px;
}

a {
	color: #d60000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Wrapper {
	margin: 0 auto;
	padding: 3px 0 14px;
	width: 696px;
	text-align: left;
}

#Header div.l {
	float: left;
	width: 60%;
}

#Header div.r {
	float: right;
	text-align: right;
	width: 30%;
}

#Footer {
	padding: 1.4em;
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #ddd;
}

#Footer p {
	padding: 0 0 1.4em 0;
}

#Footer p.links {
	letter-spacing: 4px;
	color: #ddd;
}

#Footer p.links a {
	letter-spacing: 0;
}

/* Container
----------------------------------------------------------- */

#Body div.co-l {
	float: left;
	width: 335px;
}

#Body div.co-r {
	float: right;
	width: 229px;
}

#Container {
	padding: 1em 0;
}

#Container p,
#Container address {
	padding: 0 0 .8em 0;
	font-size: 13px;
}

#Container ul {
	margin: 0 3em 1em 3em;
}

#Container li {
	padding: 0 0 .2em 0;
	font-size: 13px;
	list-style: disc;
}

#Intro {
	padding: 0 0 1em 0;
}

/*  list: Simple Gallery
----------------------------------------------------------- */

.sgList {
	margin: 1em auto;
	width: 696px;
}

.sgList ul {
	margin: 0 !important;
	padding: 0 !important;
}

.sgList li {
	float: left;
	padding: 0 !important;
	width: 174px;
	height: 154px;
	list-style: none !important;
}

.sgList a {
	display: block;
	padding: 8px;
	width: 144px;
	background: #fff;
	border: 1px solid #64b1ff;
}

.sgList a:hover {
	border-color: #bbb;
}

.sgList img {
	border: 2px solid #fff;
}

/* list: Text
----------------------------------------------------------- */

.textList {
	margin: 0 !important;
	padding: 0 !important;
}

.textList li {
	float: left;
	padding: 0 0 .4em 0 !important;
	width: 25%;
	list-style: none !important;
}

.textList a {
	display: block;
	width: 88%;
	padding: .6em .4em;
	font-weight: bold;
	font-size: 14px;
	list-style: none;
	border: solid 1px #ddd;
}

.textList a:hover {
	background: #eee;
}

.textBanner {
	margin: 0em 0;
	padding: 0em;
	border: 1px none #64b1ff;
	text-align: center;
	width: 696px;
}

.textBanner h1 {
	padding: 0 0 4px 0 !important;
	font-weight: bold;
}

.textBanner a {
	text-decoration: underline !important;
}

/* TGP
----------------------------------------------------------- */

.tgp {
	margin: 0 0 1em 0;
	padding: 1em;
	border: solid 1px #ddd;
}

.tgp .dve p {
	font-weight: bold;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
    display: block;
}

* html .br {
    height: 1px;
}
