/*-------------------------*/
/*[---FlowFM Stylesheet---]*/
/*[--------By Choco-------]*/
/*[-Start Layout Elements-]*/
/*-------------------------*/
	html,body {
		height: 1000px;
		color: #343434;
		width: 100%;
		background: #083171 url(images/bodybg.jpg) repeat-x top left;
		font-family: verdana;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		min-height: 100%;
	}
	
	/* Header Elements */
	#header {
		width: 760px;
		height: 100px;
	}
	#header .img {
		position: relative;
		float: left;
		top: 67px;
	}
	#header .rimg {
		position: relative;
		float: right;
		top: 50px;
		border: 0px solid black;
	}
	a,a:hover,a:visited,a:active {
		text-decoration: none;
		color: #3c6fff;
	}
	img {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	#topmenu a,#downmenu a {
		padding: 7px 6px 5px 6px;
		font-size:14px;
		color:white;
		height:22px;
	}
	#topmenu a:hover {
		background-color:black;
	}
	#topmenu {
		width: 700px;
		position: relative;
		top: 10px;
		overflow: hidden;
		height: 22px;
		float: left;
		right: -140px;
		vertical-align: middle;
	}
	#downmenu {
		position: relative;
		width: 500px;
		height: 15px;
		top: 14px;
		float: left;
		right: -211px;
		overflow: hidden;
	}
	#downmenu a {
		padding-right: 15px;
	}
	#description {
		width: 502px;
		height: 35px;
		position: relative;
		background: url(images/description.jpg) no-repeat bottom right;
		top: 21px;
		float: right;
		right: 2px;
	}
	#top {
		width: 758px;
		height: 8px;
		background: url(images/top.jpg) no-repeat;
		position: relative;
		top: 174px;
	}
	/* Content Body Styles */
	#wrapper {
		width: 748px;
		border: 1px solid #102747;
		background: url(images/background.jpg) repeat-y top left;
		height: 100%;
		border-width: 0px 1px;
		top: 82px;
		position: relative;
		padding:0px 4px;
		min-height:100%;
	}
	.center {
		height: 100%;
		width: 770px;
		margin: 0px auto;
	}
	#left {
		float:left;
		position:absolute;
		width:210px;
		left:4px;
		text-align:left;			
		padding:15px 12px 0px 17px;
	}
	#right {
		float:right;
		position:absolute;
		right:4px;
		text-align:left;
		width:483px;
		padding:30px 12px 0px 14px;
	}
	.box {
		background-color:white;
		border:1px solid #dfdfe1;
		line-height:18px;
		padding:8px 5px
	}
	.obox {
		border:1px solid #c7cee1;			
		background-color:white;
		line-height:18px;
		padding:8px 5px
	}
	a.blue,a.blue:hover {
		background-color:#14327b;
		color:white;
		padding:2px 3px;
	}
	.clear {
		clear:both;
	}
	.topten {
		background-color:white;
		border:1px solid #dfdfe1;
		padding:8px 12px;
	}
	.frequen {
		padding:4px 6px;
		background-color:white;
		border:1px solid #dfdfe1;
	}
	.row2 {
		background-color:#e8edff;
		height:16px;
		padding-top:1px;
	}
	.row1 {
		background-color:inherit;
		height:16px;
		padding-top:1px;
	}
	.h {
		font-weight:bold;
		color:#0137cf;
	}
	.desc {
		color:#6682cb;
	}
	.hom {
		color:#4a4a4a;
		font-weight:bold;
		font-size:12px;
	}
	.input {
		background:url(images/input.jpg) repeat-x;
		border:1px solid #dfdfe1;
		height:26px;
		width:233px;
	}
	textarea.input {
		height:73px;
	}
	.submit {
		background-color:inherit;
		color:#1346d5;
		border:0px solid black;
		font-weight:bold;
		font-size:13px;
		padding-right:4px;
	}
	.roundgrad {
		background:url(images/roundgrad.jpg) no-repeat;
		padding-left:12px;
		width:178px;
		text-align:center;
		padding-top:14px;
	}
	.big {
		background:url(images/big.jpg) no-repeat;
		padding-top:14px;
		padding-left:2px;
		font-style:italic;
		margin-top:25px;
	}
	.album {
		background:url(images/albumbg.jpg) no-repeat;
		height:41px;
		width:146px;
		margin-top:3px;
		padding-top:110px;
		padding-right:34px;
	}
	.centering {
		text-align:center;
	}
	.hf {
		background-color:#324c99;
		font-weight:bold;
		color:white;
		height:16px;
		padding-top:1px;
	}
	.b {
		font-weight:bold;
		color:#363636;
	}
	.sub {
		text-align:center;
		margin-right:1px;
	}
	.albumimg {
		position:absolute;
		top:52px;
		right:86px;
	}