/************************
 
 * MASTER STYLESHEET 
 * GCC 09
 * 2008-12-22
 * By High Graphics
 
 * Colors used:
 * 
 
************************/

/*********************
	HTML
*********************/

body {
	width: 100%;
	margin: 0;
	padding: 0px;	
	font: 11px "Helvetica", Arial, Verdana, sans-serif;
	color: #565656;
	line-height: 18px;
	background: url(body_bg.png) no-repeat top center #dcddde;
	text-align: center;
}

p, blockquote, em, strong, cite, del, ins, sup, sub {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

img { border: 0px; }

/*********************
	DIV UNIQUE ID's
*********************/

div#wrapper {
	margin: 0 auto;
	width: 615px;
	text-align: left;
}

div#top_cell, div#logo_cell, div#menu_cell, div#content_top_cell, div#content_left_cell, div#content_right_cell, div.content_logos {
	float: left;
	margin: 0;
	padding: 0;
}

div#top_cell {
	width: 100%;
	height: 90px;
	margin: 0 0 15px 0;
	padding: 0 0 30px 0;
	background: url(spacer_white.png) no-repeat;
	background-position: left bottom;
}

div#logo_cell {
	margin: 0 15px 0 0;
	background: url(gcc_logo.png) no-repeat;
}

div#logo_cell a {
	height: 90px;
	width: 90px;
	display: block;
}

div#menu_cell {
	width: 610px;
	text-align: right;
}

div#content_top_cell {
	width: 615px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background: url(spacer_white.png) no-repeat;
	background-position: left bottom;
}

div#content_left_cell, div#content_right_cell {
	width: 300px;
	w\idth: 270px;
	padding: 15px;
	background: #fff;
}

div#content_left_cell {
	margin: 0;
}

div#content_right_cell {
	margin: 0 0 0 15px;
}

div#content_right_cell_noback {
	float: left;
	width: 300px;
	w\idth: 300px;
	margin: 0 0 0 15px;
	padding: 0;
}

div.content_logos {
	width: 145px;
	w\idth: 125px;
	height: 125px;
	padding: 10px;
	background: #fff;
	border: 0px;
}

div.first, div.last, div.first_second, div.last_second {
	float: left;
}

div.first {
	margin: 0 0 0 0px;
}

div.last {
	margin: 0 0 0 10px;
}
	
div.first_second {
	margin: 10px 0 0 0px;
}

div.last_second {
	margin: 10px 0 0 10px;
}	

div#content_top_cell .page_header {
	margin: 15px 0 0 0;
}

/*********************
	DIV CLASS ID's
*********************/



/*********************
	TYPOGRAPHY
*********************/

h1 {

}

h2 {
	
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 8px 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 4px 0;
}

blockquote {
	clear: both;
	margin: 20px 10px;
	padding: 0 0 0 20px;
	font-size: 130%;
	font-style: italic;
	line-height: 20px;
	color: #454545;
	background: url(citation.png) no-repeat top left;
}

div#content_top_cell p {
	float: left;
	font-size: 24px;
	letter-spacing: -1px;
	line-height: 105%;
	font-weight: bold;
}

div#content_top_cell img {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}


/*********************
	CLASSES
*********************/

div#logo_cell h1 {
	text-indent: -10000px;
}

/*********************
	MENU LIST
*********************/

ul#nav_list {
	float: left;
	margin: 80px 0 0 0;
	padding: 0;
}

ul#nav_list li {
	float: left;
	overflow: hidden;
	height: 22px;
	list-style: none;
	margin: 0 7px 0 0;
	padding: 0;
}

ul#nav_list li em {
	visibility: hidden;
}

ul#nav_list li a {
	display: block;
	height: 22px;
	padding: 0;
}

ul#nav_list li.welcome a {
	width: 105px;
	background: url(menu_welcome.png) no-repeat left bottom;
}

ul#nav_list li.competitions a {
	width: 155px;
	background: url(menu_comp.png) no-repeat left bottom;
}

ul#nav_list li.program a {
	width: 106px;
	background: url(menu_program.png) no-repeat left bottom;
}

ul#nav_list li.jury a {
	width: 56px;
	background: url(menu_jury.png) no-repeat left bottom;
}

ul#nav_list li.info a {
	width: 49px;
	background: url(menu_info.png) no-repeat left bottom;
}

ul#nav_list li.contact a {
	width: 88px;
	background: url(menu_contact.png) no-repeat left bottom;
}

ul#nav_list li a:hover {
	text-decoration: none;
	background-position: left top;
}

ul {
	list-style: disc;
	margin: 5px 0 10px 0;
	padding: 0 0 0 20px;
}

li {
	text-align: left;
}

/*********************
	LINKS
*********************/

a {
	text-decoration: none;
	color: #ff9100;
}

a:link, a:visited {
	color: #ff9100;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #ff9100;
}

/*********************
	LISTS
*********************/


/*********************
	FORMS
*********************/
