
			html{
				background: url('http://data.autocreator.eu/users/cm0058/images/background.jpg') repeat-x 50% 0% #dddddd;
				color: #cccccc;
				font-family: 'Trebuchet MS', Verdana, sans-serif;
				font-size: 10px;
				width: auto;
				margin-top:	9px;
			}
			code {
				background: #717171;
				font-family: Courier, monospace;
				font-size: 16px;
				color: #FFF;
				padding: 3px;
			}
			a {
				color: #000;
			}
			a:hover {
				color: #727272;
			}
			
			
			
			
			
			#container {
				background: url('http://data.autocreator.eu/users/cm0058/images/containerback.png') repeat-y 9px 50px;
				width: 898px;
                min-height: 100%;
                _height: 100%;
                margin: 0 auto;
            }
			
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			.forfull {
				width: auto;
			}
			.for800 {
				width: 740px;
			}
			.for1024 {
				width: 898px;
			}
			/* CONTAINER CLASSES THAT DETERMINE WIDTH, ADD TO FOOTER AS WELL!!! */
			
			#header {
				width: 898px;
				height: 165px;
				line-height: 150px;
				vertical-align: middle;
				background: url('http://data.autocreator.eu/users/cm0058/images/header.png');
				text-align: center;
				position: relative;
			}
			#header h1 {
				font-size: 22px;
				color: #000;

			}
			
			LI{
				font-family: Verdana;
				font-size:   11px;
			}
			
			p {
				font-family: Verdana;
				padding: 10px;
				font-size: 11px;
				line-height: 20px;
				
			}
			
			/* TEXT WIDTHS, ADD THIS TO A DIV AROUND A PARAGRAPH */
			
			.menu {
				width: 				210px;
				background: 		url('http://data.autocreator.eu/users/cm0058/images/menuback.png') no-repeat ;
				height: 			auto;
				float: 				left;
			}
			
			.menu a:link {
				background-image: 	url('http://data.autocreator.eu/users/cm0058/images/button.png');
				background-repeat:  no-repeat;
				display:			block;
				font-family: 		Verdana;
				font-size: 			18px;
				color: 				#DEDEDE;
				padding-left:  		60px;
				padding-top:        5px;
				width:  			150px;
				height:  			42px;
				margin-bottom:		-8px;
				}
			
			.menu a:hover {
				background-image: 	url('http://data.autocreator.eu/users/cm0058/images/button.png');
				background-repeat:  no-repeat;
				display:			block;
				font-family: 		Verdana;
				font-size: 			18px;
				color: 				#FFFFFF;
				padding-left:  		60px;
				padding-top:        5px;
				width:  			150px;
				height:  			42px;
				margin-bottom:		-8px;
				}
				
			
			.menu a:visited {
				background-image: 	url('http://data.autocreator.eu/users/cm0058/images/button.png');
				background-repeat:  no-repeat;
				display:			block;
				font-family: 		Verdana;
				font-size: 			18px;
				color: 				#DEDEDE;
				padding-left:  		60px;
				padding-top:        5px;
				width:  			150px;
				height:  			42px;
				margin-bottom:		-8px;
				}
			
			.menu a:active {
				background-image: 	url('http://data.autocreator.eu/users/cm0058/images/button.png');
				background-repeat:  no-repeat;
				display:			block;
				font-family: 		Verdana;
				font-size: 			18px;
				color: 				#DEDEDE;
				padding-left:  		60px;
				padding-top:        5px;
				width:  			150px;
				height:  			42px;
				margin-bottom:		-8px;
				}
				
				
		/* content */

			.content{
				width: 658px;
				background-image:url('http://data.autocreator.eu/users/cm0058/images/contentback.png');
				border-left: 1px solid #ffffff;
				border-top:  1px solid #ffffff;
				padding: 10px;
				height: auto;
				float: left;
			}
			

			

