/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
	padding: 0px;
	font-family: Helvetica;
}

#wrapper {
	margin: 0 auto;
	width: 100%;
	background: #000;
	
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 background: #6B6659;
 background-image: url(imagesnudesign/sitebackground.gif); background-repeat: repeat;
 
 width: 100%;
 display: inline;
}

#content2 { 
 float: left;
 color: #333;
 height: 10px;
 background: #FFFFFF;
 background: #CCFF00;

 
 width: 100%;
 display: inline;
}

#header {
 color: #333;
 width: 100%;
 float: left;
 height: 112px;
 background: #111111;
 background-image: url(imagesnudesign/topheader_rightbackground2.jpg); background-repeat: repeat;

}

#footer { 
 width: 100%;
 clear: both;
 color: #333;
 background: #000;
 background-image: url(imagesnudesign/footer_background2.jpg); background-repeat: repeat;
	
}

.roundedCorners{
	width: auto;
	padding: 5px;
	background-color: #2F2F2F;
	border:0px solid #DDEEF6;
	/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.roundedCorners2{


padding: 3px;
background-color: #F0F0F0;
border:0px solid #DDEEF6;

/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
