@charset "UTF-8";

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #ad0001;
}
/* HEADER(IT) */

h1 {
	background-image: url('../images/Header_bg.jpg');
	background-repeat: no-repeat;
	width: 424px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ad0001;
}

a {
	color: white;
	text-decoration: none;
}

/* CONTAINER ID:T */

#contentbox {
	background-image: url('../images/content.gif');
	background-repeat: no-repeat;
	width: 1240px;
	height: 800px;
	margin: 30px auto;
}

#contentbox_left {
	float: left;
	width: 255px;
	height: 550px;
	margin-top: 100px;
	margin-left: 280px;
}

#contentbox_right {
	float: left;
	width: 450px;
	height: 500px;
	margin-top: 130px;
	margin-left: 50px;
}

/* CONTENTBOX-LEFT ID:T */

#logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 211px;
	height: 73px;
	margin-left: 15px;
	margin-top: 0px;
}

#img1 {
	width: 252px;
	height: 356px;
	margin-left: 0px;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #898989;
}

/* CONTENTBOX_RIGHT ID:T */

#navi {
	margin-top: 0px;
	margin-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}

#navi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navi ul li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ad0001;
}


#navi ul li.last {
	border: none !important;
}

#content {
	width: 450px;
	margin-top: 60px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #898989;
}

/* CLASSIT */

.clear {
	clear: both;
}


/* NAV-LINKS */

a.nav_link {
	color: #898989;
	float: left;
	text-decoration: none;
}

a.nav_link_selected {
	color: white;
	float: left;
	text-decoration: none;
}

a.nav_link:hover {
	color: #ffffff;
	text-decoration: none;
}