/* ------------------------------------------------
		Struct
 ------------------------------------------------*/
 
h2#top-title {
	width: 800px;
	height: 80px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-image: url(./img/top-title.png);
	background-repeat: no-repeat;
	background-position: left top;
}
 
div#right {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-border-side.png);
	background-repeat: repeat-y;
	color: #000000;
}

div#left {
	float: left;
	width: 180px;
	margin-right: 0px;
}

div#bg-border-top {
	width: 600px;
	height: 5px;
	background-image: url(img/bg-border-top.png);
	background-position: top;
	background-repeat: no-repeat;
}

div#bg-border-bottom {
	width: 600px;
	height: 10px;
	background-image: url(img/bg-border-bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* ------------------------------------------------
		Calendar
 ------------------------------------------------*/
 
 table.calendar {
 	width: 180px;
	text-align: center;
}

table.calendar caption {
	border: solid 1px #EFEFEF;
}

table.calendar th {
	border: solid 1px #EFEFEF;
}

table.calendar td {
	border: solid 1px #EFEFEF;
}

table.calendar a:link,table.calendar a:visited {
	text-decoration: underline;
}

/* ------------------------------------------------
		Layout Left Column
 ------------------------------------------------*/

div#left dt {
	margin: 20px 0px 5px 0px;
	padding: 1px 0px 1px 3px;
	border-left: solid 5px #00a1e9;
}

div#left dd {
	margin-left: 10px;
}

div#left ul {
	margin-left: 15px;
}

div#left ul li {
	list-style-image: url(../../../common/img/list.png);
	margin: 0px 0px 0px 0px;
}
 
/* ------------------------------------------------
		Layout Right Column
 ------------------------------------------------*/
 
 div#content {
 	width: 560px;
	margin: 0px;
	padding: 20px;
}

h3.contenttitle {
	width: 555px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 5px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(./img/border.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

span.date{
	float: left;
	font-size: 11px;
	margin-right: 10px;
}

div.contentitem {
	display: block;
	float: right;
	margin-right: 10px;
	text-align: right;
}

div.contentitem1 {
	float: left;
	margin-right: 10px;
}

div.contentitem2 {
	float: left;
	margin-right: 10px;
}

div.contentitem4 {
	float: left;
}

div.contentbody {
	clear: both;
	margin: 0px 0px 30px 0px;
	padding: 10px 10px 0px 10px;
}
