/* CSS Document */
* {
	margin: 	0;
	padding:	0;
}
body {
	margin: 	0 0 15px 0;
	padding:	0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:	85%;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:	5px 0;
}

h1 { font-size:	200%; }

h2 { font-size:	170%; }

h3 { font-size:	140%; }

h4 { font-size:	110%; }

#page {
	width:	758px;
	margin:	0 auto;
}
#header {
	margin-bottom: 15px;
}

#content-start,
#content-end {
	width:	758px;
	font-size:	1px;
}

#content-wrap {
	width:			758px;
	background: 	url(images/pattern-bg.gif);
	margin-bottom:	15px;
}

#content-start {
	height:	11px;
	margin:	0;
	background: 	url(images/content-start.gif);
}

#content {
	width:			724px;
	margin: 		0;
	padding:		0 16px;
	display:		table-cell;
	border-left:	1px solid #A9A8A6;
	border-right:	1px solid #A9A8A6;
}

#content-end {
	width:			758px;
	height:			11px;
	margin: 		0;
	padding:		0;
	background: 	url(images/content-end.gif);
}

#main-content {
	width:	471px;
	float:	left;
}

#side-content {
	float:	right;
	width:	239px;
}

.box-big-start,
.box-big-end {
	width:		471px;
	height: 	7px;
	padding:	0; margin:	0;
	font-size:	1px;
}


/*

	BIG BOX

*/
.box-big-start {
	background: url(images/box-big-start.gif);
	height: 	7px;
	padding:	0; margin: 0;
}

.box-big {
	padding:		2px 10px;
	background: 	url(images/box-big-bg.gif) repeat-y;
	text-align:		justify;
}

.box-big-end {
	background: 	url(images/box-big-end.gif) no-repeat;
	margin-bottom:	15px;
}

/*

	SMALL BOX

*/

.box-small-start,
.box-small-end {
	width:		239px;
	height: 	7px;
	padding:	0;
	font-size:	1px;
}

.box-small-start {
	background: url(images/box-small-start.gif) no-repeat;
	padding: 0; margin: 0;
}

.box-small {
	padding:		2px 10px;
	width:			219px;
	background: 	url(images/box-small-bg.gif) repeat-y;

	text-align:		justify;
	

	/*	
		display:	table-cell;
	*/
}

.box-small-end {
	background: url(images/box-small-end.gif) no-repeat;
	margin-bottom:	15px;
}

.paragraph,
p {
	margin:	10px 0;
}
.style2,
.style3 {
	line-height:	30px;
}

.style2 {
	color: #F67400;
	margin-left:	10px;
}
.style3 {color: #0000FF;}
.style3 a {
	text-decoration:	none;
}
.style4 {color: #}

#footer-start{
	width:	758px;
	height:	7px;
	background:	url(images/futer-start.gif);
	font-size:	1px;
}

#footer {
	width:	756px;
	border-left:	1px solid #A9A8A6;
	border-right:	1px solid #A9A8A6;
	background: 	url(images/futer-bg-gradient.gif) repeat-x;
	text-align:		center;
	background-color:	#80ACFE;
}

#footer-end {
	width:	758px;
	height:	10px;
	background:	url(images/futer-end.gif);
	font-size:	1px;
}

.sponsors {
	margin-top:	10px;
	display:	table;
}

.sponsor {
	margin-bottom:	5px;
	clear:			both;
	display:		table;
}

.sponsor img {
	margin-right:	5px;
	float:			left;

}
.box-large-start,
.box-large-end {
	width:	724px;
	height:	5px;
	font-size:	1px;
}

.box-large-start {
	background: url(images/box-large-start.gif) no-repeat;
}

.box-large {
	width:				702px;
	border-left:		1px solid #A9A8A6;
	border-right:		1px solid #A9A8A6;
	background-color:	#FFFFFF;
	padding:			2px 10px;
}

.box-large-end {
	background: url(images/box-large-end.gif) no-repeat;
	margin-bottom:	15px;
}

#navigation {
	font-size:	120%;
	color:	#000000;
	font-weight:	bold;
	margin-bottom:	15px;
	margin-left:	5px;
}

#navigation img {
	border: 0;
}

#navigation a {
	text-decoration:	none;
	color:	#000000;
	margin-right:	5px;
}

#navigation a:visited {
	color:	#000000;
}

ul, ol {
	padding-left:	25px;
}
