/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	
	background-color:#CCCCCC;
	background-image: url(../img/bg.gif);

	}





															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		
			
		}
		div#header-in {
			width: 800px;
height: 50px;
margin: 0;
padding: 0;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;

			}
	div#content-wrap {
		margin: 20px 0px;
		}
		div.contentx {
			float:right;
						
			}
		div.content {
			padding: 0px 0px;
			
			border: 0px solid #e5e5e5;
			border-width: 0 0px 0px 0;
			}
			div.content-in {
				padding: 0px 12px;
				}
				
		div.column {
			width: 200px;
			
			border: 0px solid #e5e5e5;
			border-width: 0 0px 0px 0;
			}
			div.column-in {
				padding: 0px;
				}
	div#footer {
		
		border: 0px solid #e5e5e5;
		border-width: 0 0px 0px 0;
		clear: left;
padding: 0 ;
padding-top: 0px;
margin: opx 0 0 0;
width: 800px;
		}
		div#footer-in {
			padding: 0px;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }

															/** FORMS **/
* { }






															/** END **/