/* @group Core Elements */

* { margin:0; padding:0; }

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:12px;
	line-height: 135%;  
	/*background:white url(../gfx/body-background.jpg) no-repeat center top; */
	background-color:black;
}


p {
  /* setup some more readable paragraph spacing */
  margin-top: 0;
  margin-bottom: 15px;
}

h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 10px 0;
	color:#77bbda;
}

h1 {
	margin-top:0;
	font-size: 135%;
	line-height:20px;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 105%;
	color:white;
	margin-bottom:0;
	padding-bottom:0;
}

h4 {
	font-size: 110%;
}

h5 {
   font-size:14px;
   color:white;
   font-weight:bold;
   padding-bottom:0px;

}

a {
	position:relative;
	text-decoration: none;
	color:#77bbda;
	z-index: 500;
}

a:hover {
	text-decoration: underline;
}

.jury-table td {
	padding-bottom:25px;
}

.jury-img {
	margin:0 5px 0 0;
	width:100px;
	height:116px;
}

.jury-img-g {
	margin:0 5px 0 0;
}
/* @end */



/* @group master layout elements */
#main {
	position:relative;
	margin: 0px auto;
	height:660px;
	width:980px;
	border:0px solid green;
	background:transparent url(../gfx/bg-01.jpg) no-repeat top left;
}

#sponsor {
	position:relative;
	margin: 0px auto;
	width:980px;
	border:0px solid green;
	background:transparent url(../gfx/bg-02.jpg) repeat-y top left;
	color:#000;
	text-align:center;
}

#sponsor-content {
	margin:0 20px;
}

#footer {
	position:relative;
	margin: 0px auto;
	height:27px;
	width:980px;
	border:0px solid green;
	background:transparent url(../gfx/bg-03.jpg) no-repeat top left;
}

/* @end */



/* @group content elements */
#content {
	position:absolute;
	width:640px;
	height:317px;
	top:300px;
	left:310px;
	border:0px solid red;
	overflow:auto;
	padding:0;
	padding-right:5px;
}

#content-news {
	position:absolute;
	width:155px;
	height:77px;
	top:176px;
	left:583px;
	border:0px solid red;
	overflow:none;
	padding-right:5px;
}

#content-news a, #content-news p {
    margin:0;
    padding-right:5px;
    font-size:10px;
}

#content-news a {
   color:orange;
   font-weight:bold;
}
/* @end */


/* @group link parship */
#link1 {
   position:absolute;
   width:254px; height:53px;
   top:69px; left:568px;
   border:0px solid orange;
}

#link1 a {
   position:relative;
   padding:17px 125px;
   text-decoration:none;
   text-align:left;
   text-transform:uppercase;
   font-weight:normal;
   color:#fff;
   border:0px solid green;
   width:254px; height:53px;
   line-height:50px;
}

#link2 {
   position:absolute;
   width:255px; height:102px;
   top:163px; left:295px;
   border:0px solid orange;
}

#link2 a {
   position:relative;
   padding:43px 125px;
   text-decoration:none;
   text-align:left;
   text-transform:uppercase;
   font-weight:normal;
   color:#fff;
   border:0px solid green;
   width:254px; height:53px;
   line-height:105px;
}
/* @end */


/* @group main navigation */
#nav-main {
	position:absolute;
	width:135px;
	top:460px;
	left:20px;
	border:0;
}

#nav-main-header {
	position:relative;
	width:135px;
	height:8px;
	background:transparent url(../gfx/nav-top.png) no-repeat top left;
}

#nav-main-footer {
	position:relative;
	width:135px;
	height:8px;
	background:transparent url(../gfx/nav-bottom.png) no-repeat top left;
}

#nav-main-content {
	width:135px;
	background:transparent url(../gfx/nav-content.png) no-repeat top left;
	z-index: 100;
}

#nav-main-content ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav-main-content li {
	padding-left:10px;
}

#nav-main-content li .menu_current {
	color:black;
}

#nav-main-content a {
	color:#1B95D0;
	font-weight:bold;
	text-transform:uppercase;
	line-height:19px;
	font-size:13px;
}

#nav-main-content a:hover {
	color:yellow;
}
/* @end */



/* @group main navigation */
#nav-top {
	position:absolute;
	width:135px;
	top:34px;
	left:856px;
	border:0;
}

#nav-top ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav-top li {
	margin-bottom:5px;
}

#nav-top a {
	color:white;
	text-transform:uppercase;
}

#nav-top a:hover {
	color:yellow;
}
/* @end */
