@charset "utf-8";
/* CSS Document */

body {
	}

#wrapper {
	background:#fff;
	width:800px;
	margin:auto;
	/*border:solid 1px #999;*/
}

#logo {
	height:120px;
	width:300px;
	float:left;
}

#logotext {
	/*text-align:right;*/
	width:480px;
	font-size:105%;
	float:left;
	height:80px;
	padding:20px 20px 20px 0;
}
/*#logotext a { color:#9900FF; text-decoration:none;}
#logotext a:hover { color:#FF66FF; text-decoration:underline;}*/


#bodyArea #left {
	width: 70%;
	float: left;
}

#bodyArea #right {
	width: 30%;
	float: right;
	/*background-color:#FFCCFF*/;
}

#footer {
	height:35px;
	clear:both;
	font-size:80%;
	text-align:center;
	/*background-color:#CC33FF*/;
	color:#000;
}
/*#footer a { color:#CCC; text-decoration:none;}
#footer a:hover { color:#999; text-decoration:underline;}*/

.list li { list-style-type:disc; width:80%; margin-bottom:2px;}

#left p {
font-family:Times New Roman, Times, serif, Tahoma;
	font-size:16px;
	color:#333;
	margin: 20px;
}
#right p {
	font-family:Times New Roman, Times, serif, Tahoma;
	font-size: 16px;
	color: #000;
	margin: 20px;
}

a img {
	border:none; margin-left:5px;
}/*
.pic { margin:5px 0 0 20px;}

h1 {
	font-family:Occidental;
	font-weight:normal;
	font-size:36px;
	padding: 30px 0 0 20px;
	color: #9900FF;
}
h2 {
	font-family:Occidental;
	font-weight:normal;
	font-size:24px;
	padding: 30px 0 0 20px;
	color: #9900FF;
}
h3 { 
font-family:Occidental;
	font-size:18px;
	padding: 30px 0 0 20px;
	color: #9900FF;}

blockquote { margin:10px 0 0 30px;}

#right blokequote { margin:5px 0 0 5px;}*/
