body {
	margin : 0;
	padding : 0;
	font : 73% "Trebuchet MS", verdana, tahoma, sans-serif;
	color : #555;
	line-height : 1.5em;
	background-color: #9FF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
}
#container {
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	padding : 0;
	border : 5px solid #fff;
	text-align: center;
	font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
}
#banner {
width : 750px;
height : 150px;
padding : 0;
margin : 0;
color : #fff;
background : #738ca5 url(img/banner_castle.jpg) no-repeat;
}
#banner h1 {
	margin : 0;
	padding : 20px;
	font : normal 175% "Trebuchet MS", tahoma, verdana, sans-serif;
	letter-spacing : 5px;
	text-transform : none;
	border-bottom : none;
	color : #000;
	background : transparent;
	font-size: x-large;
	font-weight: bold;
}
#content {
padding : 5px;
margin-left : 220px;
margin-bottom : 5px;
color : #555;
background : #eef6fb;
}
#sidebar-a {
float : left;
width : 180px;
margin : 0 10px 10px 10px;
padding : 5px;
border-right : 1px solid #fff;
color : #555;
background : #eef6fb;
}
#footer {
clear : both;
padding : 5px;
margin : 0;
text-align : left;
border-top : 10px solid #6ca3e4;
color : #333;
background : #99c6e7;
}
.roundcont {
	margin : 10px;
	width : 95%;
	background : #f7fbfd;
	color : #333;
	text-align: left;
}
.roundcont p {
	margin : 0 15px;
	text-align: center;
	font-size: larger;
}
.roundtop {
background : url(img/tr.gif) no-repeat top right;
}
.roundbottom {
background : url(img/br.gif) no-repeat top right;
}
img.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
p {
	padding : 3px 10px 10px 5px;
	font-style: italic;
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-size: small;
}
h1 {
	margin : 10px 0 10px 10px;
	padding : 0;
	font : 140% "Trebuchet MS", verdana, tahoma, sans-serif;
	text-transform : uppercase;
	color : #738ca5;
	background : inherit;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
h2 {
	margin : 0;
	padding : 0;
	border-bottom : 0 solid #738ca5;
	text-transform : none;
	color : #738ca5;
	background : inherit;
	font-family: "Trebuchet MS", verdana, tahoma, sans-serif;
	font-size: 160%;
	text-align: left;
}
a {
text-decoration : none;
color : #666;
background : inherit;
}
a:hover {
	text-decoration : underline;
	color : #099;
	background : inherit;
	text-align: center;
}
a img {
border : 0;
}
.img {
	float : left;
	padding : 5px;
	margin : 10px;
	border : 1px solid #556b2f;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.navcontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	background-color: #99c6e7;
	background-image: none;
	background-repeat: repeat-y;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #99c6e7;
	border-right-color: #99c6e7;
	border-bottom-color: #99c6e7;
	border-left-color: #99c6e7;
	font-weight: bold;
}
.image_float_right {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.image_float_left {
	float: left;
	padding: 10px;
}

