/* Default CSS Document */


	@import url("general.css");  														/** BODY ELEMENTS **/
	@import url("rokmoomenu.css");


img {
	border:0px;
}

* {
	margin: 0;
	padding: 0;
	}



	body {
		color: #666666;
		background:url(../images/back.jpg)  no-repeat center  top;
		font-family: "Arial", "Helvetica", sans-serif;
		font-size: .75em;
		text-align: left;
		}


div#top {
width:847px;
margin: 0 auto 0 auto;
height:34px;
background: url(../images/top.gif)  repeat-y center ;}



															/** MAIN CONTAINERS **/



div#container {
	width: 845px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color:#FFFFFF;

	}



	div#header {
			background: url(../images/header.gif) no-repeat top left;
			height:129px;
		}

		div#header-in {			}



			



			div#menu {
			background:url(../images/backmenu.gif) repeat-x top left;
			height:34px;
						}



	div#content {}



		div#center {
			float: left;
			width: 612px;
			margin-top:30px;}
			div#center-in {}



		div.column {}



		div.column2 {
			}
			div.column-in {

					}
			
			div#right {
				float: right;
				margin-top:30px;
				
				background: url(../images/centerleft.gif) left  no-repeat  ;
				width: 230px;
				}
				



	div#footer {
		clear: both;
		text-align:center;
		}



		div#footer-in {	}



div.column img {
border-bottom:none;
}




