﻿@import url("boxes/box1.css");
@import url("menu.css");
@import url("fonts.css");
@import url("gen9.css");
body 						{margin:0px;}
p							{margin:0px;}
h6 							{ }



.body1 				{width:100%;}
.body2 				{width:100%;}
.body3 				{width:100%;}
.body4 				{width:100%;}
.body5 				{width:100%;}

.special1 			{width:100%;}
/* editables */
html, body  		{margin:0px; padding:0px;}
				
html 				{background:#C7E696; background-image: url("../graphics/html_bg.jpg"); background-position:center 0px ;}
body 				{background-image: url("../graphics/body_bg.jpg"); background-position:center 0px ; background-repeat:no-repeat;}


#main				{min-width:990px; max-width:990px; min-height:700px; vertical-align:top; position:relative; z-index:2;}
#main				{margin-left:auto; margin-right:auto;; padding: 0px;}/*align to center=margin-left:auto; margin-right:auto;*/

#content			{width:990px; min-height:400px; border:0px; border-collapse:collapse; vertical-align:top; padding:0px;}
#content			{margin-right:auto; margin-left:auto;}


#header				{width:100%; height:267px;}
.header_wrapper		{width:100%; height:267px; vertical-align:top; position:relative;}


#container 			{position:relative; display:block;}
#inner_wrapper		{display:block;}
	.clear 			{clear:both;}
	
	
#footer 			{display:block; width:100%; min-height:101px; margin-right:auto; margin-left:auto; padding:0px; background-image:url('../graphics/footer.jpg'); background-position:center top; background-repeat:repeat-x;}
#copyright_links			{margin-left:auto; margin-right:auto; width:990px; text-align:center; padding:10px 0px 0px 0px;}
.cleaner 					{clear:both;height:1px;font-size:1px;border:none;margin:0; padding:0;background:transparent;}

