html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }
a { color: #fff; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaa dotted; margin: 0px 0px 10px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 20px 25px;  }
li { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 11px; }

body {
	background-color: #16539F;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
}
#Container {
	margin: 10px auto 10px auto;
	width: 900px;
}
#Border {
	float: left;
}
#Content {
	float: left;
	width: 900px;
	min-height: 450px;
	padding-top: 45px;
}
#ContentLeft {
	float: left;
	width: 610px;
	height: 920px;
	/* border-right: 1px #fff solid; */
	background-image: url('images/pavilion.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#ContentRight {
	float: left;
	width: 245px;
	min-height: 450px;
	padding: 20px 0px 0px 35px;
}
#Register {
	float: left;
	width: 350px;
	margin: 40px 0px 0px 57px;
}	

h1 { font-size: 20px; font-weight: normal; margin: 5px 0px; }
h2 { font-size: 16px; font-weight: bold; margin: 5px 0px; }
h3 { font-size: 14px; font-weight: bold; margin: 5px 0px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size22 { font-size: 22px; }
.white { color: #ffffff; }
.black { color: #000; }
.red { color: #ED1B23; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 240px; border: 1px #aaa solid; }
.select { width: 280px; border: 1px #aaa solid; }
.submit { width: 120px; border: 1px #aaa solid; }


/* Products */
#MiniBasket {
	height: 15px;
}
.MiniBasketHeader { 
	font-size: 14px; 
	font-weight: bold; 
}
.Product { 
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
.ProductImage { 
	float: left;
	margin: 0px 10px 10px 0px;
	border: 0px;
}
.ProductDescription { 
	float: left; 
	width: 400px; 
}
.Header01 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
}
.Header02 { 
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
	padding: 0px;
}
.Table01 { 
	background-color: #888; 
	color: #ffffff; 
	font-weight: bold; 
}
.Table02 { 
	background-color: #eee; 
	color: #000; 
}
.Table02 img { 
	border: 0px; 
}
.SubmitButton { 
	font-family: Arial; 
	font-size: 12px; 
	width: 180px; 
}


/* Articles */
.Articles01 {
	float: left;	
	width: 600px;
	clear: both;
}
.Articles01 img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px #000 solid;
}
.selectPageSelectors {
	width: 40px;
	border: 1px #eee solid;
}


/* Profiles */
.Profiles01 {
	float: left;	
	width: 600px;
	clear: both;
}
.Profiles01 img {
	float: left;
	margin: 5px 5px 5px 0px;
	border: 1px #000 solid;
}
.selectPageSelectors {
	width: 40px;
	border: 1px #eee solid;
}


#Content100 {
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #fff;
	background-image: url('');
	color: #333;
	font-size: 12px;
}

