html {
}

body {
	background-image: url(images/basics/bg_main.png);
	background-repeat: repeat-x;
	background-color: #FFCC00;
	margin:auto;
	width: 750px;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 18px;	
}

#container	{
	top:0px;
	left:0px;
	height: 2000px;
	width:730px;
	background-image: url(images/basics/bg_content.gif);
	background-repeat: repeat-y;
	padding: 0 10px 20px 10px;
	margin:0px;
}

#content_left	{
	float:left;
	top:0px;
	width: 480px;
	background-image: url(images/basics/header_image_left.png);
	background-repeat: no-repeat;
	padding-top:600px;
}

#content_right	{
	float:right;
	top:0px;
	width: 250px;
	background-image: url(images/basics/header_image_right.png);
	background-repeat: no-repeat;	
	padding-top:520px;
}

/** TYPOGRAPHY **/
p	{
	font-family: verdana, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	font-weight: normal;
	color: #000000;
	margin: 0 0 15px 0;
}

#content_left b	{
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5	{
	font-family: georgia, serif;
	font-weight: normal;
	font-size:1em;
	letter-spacing: 0.02em;	
	color: #FF6600;
	padding:0px;
	margin:0px;
}


h2 {
	font-size: 2em;
	letter-spacing: 0.03em;	
}

#content_left p, h1, h2, h3, h4, h5	{
	padding-right:20px;
}

#content_left h1	{
	font-size: 7em;
	text-align: right;
	font-style: italic;
	line-height: 0.5em;
	margin:50px 0 20px 0;
}

#content_left h2	{
	font-size: 2.2em;
	color:#FF6600;
	line-height: 1em;
	padding-left:5px;
	margin:30px 0 5px 5px;
}

#content_left p	{
	margin-left:10px;
}


#content_right p, h1, h2, h3, h4, h5	{
	margin-right:10px;
}

#content_right h1	{
	font-size: 3em;
	line-height: 0.5em;
	text-align: left;
	margin:10px 0 15px;
}

#content_right h2	{
	font-size: 2.2em;
	color: #FF6600;
	text-align: left;
	line-height: 1.0em;
	margin:10px 5px 5px 0px;
}

#content_right h3	{
	font-size: 2em;
	color: #000000;
	text-align: left;
	line-height: 0.8em;
	margin:5px 0 20px 0px;
}

#content_right h4	{
	font-size: 1.6em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	margin:10px 0px 15px 0px;
}

#content_left h5,
#content_right h5	{
	font-size: 1.8em;
	color: #000;
	text-align: left;
	line-height: 0.8em;
	margin:5px 0 25px 0px;
}


#content_left h5	{
	margin:5px 0 15px 0px;
}

a, a.big:visited, a:visited	{ color:#000; text-decoration: none; font-weight: normal; background-color: #EEE; padding: 2px 5px;}
a.big:hover, a:hover		{ color:#000; text-decoration: none; font-weight: normal; background-color: #FF6600; padding: 2px 5px;
}


a.big		{ background-color: #FFCC00; }

a.sponsor, a.sponsor:hover, a.sponsor:visited	{ background-color:none; padding:0px;}

ul	{
	font-size:1.05em;
	width:85%;
}

li	{
	padding:0 0 10px 0px;
}


/** ELEMENTS **/
