@charset "utf-8";
/* CSS Document */

* {margin:0;padding:0;outline:none}
a {text-decoration:none;color:#333;text-decoration:underline}
a:hover {text-decoration:none;color:#000}
body {background:url(img/design/bodybg.jpg) repeat;font-family:"Trebuchet MS"}
input {padding:3px;font-size:12px;}


#playerwrapper {width:400px;height:120px;margin:0 auto;padding-left:403px}
#player {width:355px;height:77px;background:url(player/playerbg.jpg) no-repeat;padding:30px 0 0 30px}
#wrapper {width:734px;margin:0 auto;}
#container {width:100%;}

.contenttop {background:url(img/design/content/top.jpg) no-repeat;width:734px;height:327px}
	.navigation {width:100px;height:120px;padding:30px 0 0 230px;float:left}
	.navigation img {border:0;}
	.contenttopright {float:right;height:310px;width:340px;background:#;margin-right:30px;margin-top:15px}
		.contenttopright p {font-style:italic;font-size:13px;margin-left:30px}
	
.contentmid {background:url(img/design/content/mid.jpg) repeat-y;width:734px}
	.textarea {width:660px;margin-left:30px;overflow:hidden}
	.textarea p {font-size:12px;}
	.textarea h3 {
	font-size:15px;
	letter-spacing:2px;
	border-bottom:1px solid #5b3b0e
}
	.textarea h2 {color:#432500;font-size:13px;border-bottom:1px solid #eee}
	
.contentbot {background:url(img/design/content/bot.jpg) no-repeat;width:734px;height:61px;clear:both}
