﻿@charset "utf-8";

@import url(base.css);

body {
	background:url(../newimg/bg.jpg);
}

body #wrap {
	background: none;
	padding-top: 30px;
}

h2 {
	position:absolute;
	top:15px;
	left:28px;
}

h3 {
	clear:both;
	margin-bottom:10px;
}

div#contentTop {
	clear:both;
}

div#contentTop div.left {
	float:left;
	width:520px;
}

div#welcome , div#activity {
	margin-bottom:40px;
}
div#welcome p {
	padding-bottom:20px;
}
div#welcome p span {
	display:block;
	color:#CC0000;
}
div#activity h3 {
	margin-bottom:15px;
}
div#activity dl dt {
	padding-bottom:10px;
}
div#activity dl dd {
	display:list-item;
	list-style:disc;
	margin-left:20px;
	padding:0 0 10px 0;
}
div#activity dl dd span {
	color:#CC0000;
	font-weight:bold;
	padding:0 10px 0 0;
}

div#contentTop div.right {
	float:right;
	width:180px;
}
div#contentTop div.right ul li {
	padding-bottom:2px;
}

div#contentBot {
	clear:both;
	margin-bottom:20px;
}

div#contentBot div.left {
	float:left;
	width:444px;
}

div#news {
	border-bottom:2px solid #466A28;
	border-left:2px solid #466A28;
	border-right:2px solid #466A28;
	width:440px;
}
div#news h3 , div#event h3{
	margin-bottom:0px;
}
div#news iframe {
	width:440px;
	height:260px;
}

div#contentBot div.right {
	float:right;
	width:254px;
}
div#event {
	border-bottom:2px solid #9F2879;
	border-left:2px solid #9F2879;
	border-right:2px solid #9F2879;
	width:250px;
}
div#event iframe {
	width:250px;
	height:125px;
}

div#contentBot div.right ul {
	margin-bottom:5px;
}
div#contentBot div.right ul li {
	padding-bottom:5px;
}

div#under {
	clear:both;
	margin-bottom:20px;
}
div#under ul li {
	float:left;
	padding-right:4px;
}
