body {
	background:url(images/bg.jpg);
	background-position:top center;
	background-attachment:fixed;
	color:#FFF;
	font-size:12px;
	font-family:verdana;
	margin:0px;
	scrollbar-face-color:#065d99;
	scrollbar-shadow-color:#04304e;
	scrollbar-highlight-color:#04304e;
	scrollbar-3dlight-color:#065d99;
	scrollbar-darkshadow-color:#04304e;
	scrollbar-track-color:#04304e;
	scrollbar-arrow-color:#04304e;
}

img {
	border:0px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top:0px;
	margin-bottom:10px;
	clear:both;
}

a:link {
	color:#429fdf;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#429fdf;
	text-decoration:underline;
}

a:visited {
	color:#429fdf;
	text-decoration:none;
}

/*general*/

.wrapper {
	width:820px;
	margin:auto;
}

.header {
	margin-bottom:10px;
}

.main {
	width:820px;
	margin-bottom:10px;
	overflow:visible;
}

.left {
	float:left;
	width:405px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:visible;
}

.right {
	float:left;
	width:405px;
	margin-bottom:10px;
	overflow:visible;
}

.text_top {
	background:#065d99;
	padding-bottom:10px;
}

.text_half {
	background:#065d99 url(images/textbox_half.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}

.textbox {
	background:#065d99 url(images/textbox.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
}

.text_bottom {
	background:#065d99;
	height:10px;
	margin-bottom:10px;
}

.standout {
	font-weight:bold;
}

.footer {
	width:820px;
	height:39px;
	padding-top:10px;
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
}

/*news*/

.news {
	height:270px;
	overflow:auto;
}

.news p {
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:20px;
}

/*events*/

.events {
	height:300px;
	text-align:center;
	overflow:auto;
}

.events img {
	max-width:170px;
}

/*gallery*/

.galleryhome {
	height:290px;
	margin-bottom:10px;
}

.galleryleft {
	float:left;
	width:120px;
	height:400px;
	margin-right:10px;
	text-align:center;
	overflow:auto;
}

.galleryright {
	float:left;
	width:640px;
	height:400px;
	text-align:center;
}

.thumb {
	width:100px;
	height:100px;
	margin-bottom:10px;
}

/*about*/

.about {
	min-height:560px;
}

/*music*/

#profile_mp3Player {
	float:left;
	margin-right:10px;
}

.music {
}

.album {
	float:left;
	width:445px;
}

.tracks {
	float:left;
	width:320px;
}

.tracks td {
	vertical-align:bottom;
	padding-bottom:10px;
}

.tracks li {
	border-bottom:1px solid #999;
	margin-bottom:10px;
}

td.trackname {
	width:200px;
	white-space:nowrap;
}

/*links*/

.links {
	text-align:center;
}

/*contact*/

.contact {
	min-height:310px;
}

.sm_box {
	width:100%;
	height:20px;
	font-family:verdana;
	color:#000;
}

.large_box {
	width:100%;
	height:100px;
	font-family:verdana;
	color:#000;
}