@charset "utf-8";
/* CSS Document */

body {
	font: normal 0.87em/1.2em Garamond, Georgia, Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding: 0;
	text-align: justify;
}



#Contest {
	
	background-image: url(img/contestBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	width: auto;
	margin-left:1px;
}

#top
{
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 269px;
	height: 256px;
	width:731px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	visibility: visible;
	overflow: visible;
}

#list
{
    position:absolute;
    top:50px;
    left:20px;    
}

#detail
{
	width: 500px;
	left: 269px;
	top:260px;
	position: absolute;
	visibility: visible;
	margin: 0px;
	padding-top: 10px;
}
#detailgen
{
	width: 700px;
	left: 269px;
	top:260px;
	position: absolute;
	visibility: visible;
	margin: 0px;
	padding-top: 10px;
}

#spot
{
    width: 200px;
    left: 780px;
    top: 260px;
    position: absolute;
    visibility: visible;
    margin: 0px;
    background-color: #ffffff;
    background-image: url(img/labelbg.jpg);
    background-repeat: repeat-y;
    padding-left:5px;
}
#spot .insideup
{
    padding:8px;
    background-position: center top;
    background-image: url(img/labeltop.jpg);
    background-repeat: no-repeat;

}
#spot .insidedown
{
    background-position: center bottom;
    background-image: url(img/labeldown.jpg);
    background-repeat: no-repeat;
    height:154px;

}

li
{
    text-align: left;
    text-indent: 0pt;
    list-style-type: circle;
    
}

h5{
	font-size: 18px;
	font-weight: bold;
}
h4{
	font-size:20px;
	font-weight: bold;
	color:#909090;
}
h2{
	font-size: 24px;
	font-weight: bold;
}

.list
{
    list-style-image: url(img/nota.gif);
    color: #fc550b;
    font-weight: bold;
    font-size: larger;
    line-height: 18pt;
}

.menu
{
    list-style-image: url(img/nota.gif);
    color: #fc550b;
    font-weight: bold;
}

a, a:visited
{
    text-decoration: none;
    color: #ff6633;
    border-bottom: 1px dotted #ccc;
}

a:hover
{
    text-decoration: none;
    color: #3366ff;
    border-bottom: 1px solid #ccc;
}


#spot p
{
    font-size: 0.99em/1.1em ;
    text-align: left;
}

.small
{
	text-align: left;
	font-size: 0.99em;
	font-style: normal;
	line-height: 1.1em;
	font-weight: normal;
	font-variant: normal;
	text-transform:lowercase;
	letter-spacing: normal;
}

span {
display:none;
}



