body{
	background:#336633 url(images/damask.gif);
    color:#FFCC66;
    text-align:center;
    margin:0;
}
#title{
	font-size:60px;
    margin-bottom:20px;
}
.preview{
	width:325px;
    height:250px;
}
a.item{
	width:253px;
    height:52px;
	background:transparent url(images/button_norm.gif);
    color:#FFFFFF;
    text-decoration:none;
    font-size:26px;
    cursor:pointer;
    padding-top:10px;
    margin:0 0 6px 6px;
}
.label{
	background-color: transparent;
	position:relative;
    width:250px;
    filter:dropshadow(color=#000000, offx=2, offy=2);
}
a.item:hover{
	background:transparent url(images/button_over.gif);
}
.menu{
	background:green;
    color:gold;
    font-size:32px;
    text-decoration:none; 
    cursor:pointer;
    padding:0px 5px 0px 5px;
}
.menu:hover{
	background:darkgreen;
    color:#FFCC66;
}
.big{
	font-size:18px;
    width:700px;
    text-align:justify;
}
#main{
	width:100%;
	text-align:center;
}
.col{
	width:160px;
    height:180px;
    border:1px solid beige;
}
.row{
	width:850px;
    text-align:center;
}
.desc{
	width:160px;
   	border-top:1px solid beige;
    text-align:center;
}
.disclaimer{
    text-align:justify;
    font-size:14px;
    padding:5px 5px 5px 5px;
}
#upload{
	background: darkgreen;
    filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
    color:black;
    border:2px green outset;
    width:760px;
    padding:0 2px 10px 2px;
}
form{
	display:inline;
}
#footer{
	padding:10px 0 10px 0;
}
.subtitle{
	font-size:32px;
    padding:5px 5px 5px 5px;
}

p {
	padding-left: 40px;
	padding-right: 40px;
}