/* CSS Document */
body {
	background: #FFF;
	background-image: url("../images/bg.gif");
	background-repeat: repeat;
	text-align: center;
	margin: 10px;
	padding: 0;
	font: normal 0.8em/ 1.2em times roman, verdana, aria, sans-serif;
	color: #110022;
}

a {
	color: blue;
	text-decoration: none;
	border-bottom: none;
}

a:hover {
	border-bottom: none;
	color: #9343B9;
}

#wrapper1 {
	position: relative;
	text-align: left;
	width: 100%;
	background: #FFF url("../images/rightcolor_bg.gif") repeat-y top right;
}

#wrapper2 {
	position: relative;
	text-align: left;
	width: 100%;
	background: url("../images/leftcolor_bg.gif") repeat-y top left;
}

#header {
	background: ;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-family: lucida;
	font-style: italic;
	color: #FFF;
}

#header h1 {
	font-size: 200%;
}

#header a:hover {
	color: #7A2875;
}

.logo a {
	width: 148px;
	height: 75px;
	display: block;
	float: left;
	background: url("../images/logo.png") no-repeat;
}
.logo {
	height: 75px;
	padding-top: 0px;
}

.slogan {
	color: #FFF;
	float: left;
}

.sentence {
	padding-right: 0.5em;
	line-height: 2.0;
	margin-top: 0em;
	margin-bottom: 2em;
}

#maincol {
	position: relative;
	margin: 0;
	padding: 10px;
}

#leftcol {
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 14%; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 14%; /* actual value */
	margin: 0 0 -10px 0;
	padding: 10px;
	background: #FFFFCC;
	z-index: 100;
}

#rightcol {
	position: relative;
	top: -10px;
	right: -5px;
	float: right;
	width: 14%; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 14%; /* actual value */
	margin: 0 0 0px 0;
	padding: 10px;
	background: #FFFFCC;
	z-index: 99;
}

#centercol {
	position: relative;
	padding: 0 240px;
}

#centercol a {
	color: blue;
}

#centercol a:hover {
	border-bottom: 1px solid;
	color: #9343B9;
}
#centercol a:visited {
	border-bottom: none;
	color: #9343B9;
}

.thumb {
	width: 120px;
	height: 90px;
	float: left;
	border: 0;
}

.thumb a:hover {
	border: 0;
}

.full {
	width: 640px;
	height: 480px;
	align: center;
	border: 0;
}

/* Image Handling style */

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

#footer {
	position: relative;
	top: 1px;
	background: #88ccff;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
	color: #000000;
}
