/****************** START GENERAL ******************/

body
{
	font-family: Verdana, Arial;
	font-size: 12pt;
	background: url("background.jpg") repeat-x;
	margin: 0;
	text-align: center;	
}

a:link, a:visited
{
	color: #FFF;
	text-decoration:none;
}

a:hover
{
	color: #333;
	text-decoration: underline;
}

/****************** FINISH GENERAL *****************/

/****************** START CLASSES ******************/

.title
{
	color: #333;
	margin: 0px;
	
}

.big
{
	font-size: 130%;
}

.medium
{
	font-size: 110%;
}

.small
{
	font-size: 70%;
}

.paragraph{
margin-left: 10px;
font-family: "Verdana", Arial;
clear: both;
text-align: center;
}

/****************** FINISH CLASSES *****************/

/****************** START IDs ******************/

#container
{
	position: relative;
	z-index: 50;
	background: #FFF;
	color: #FFF;
	margin: auto;
	width: 860px;
	height: 580px;
	min-height: 500px;
	margin-top: 10px;
	border: 5px solid #FFCCCC;
	text-align: center;
}

#content{
margin: 10px;
color: #555;
text-align: justify;
padding: 20px;
}

#content #blob{
float: left;
}

#content .title
{
	text-align: left;
	padding: 5px;
	float: left;
	width: 50%;
}

#header
{
	position: relative;
	text-align: left;
}

#copyright
{
	color: #666;
	position: relative;
	top: 10px;
}

#footerArt
{
	position: relative;
	top: 48px;
	left: 283px;
	//left: 278px;	
}

#menues
{
	position: relative;
	top: 10px;
	color: #000;
	line-height: 20px;
	z-index: 20;
	width: 860px;
	text-align: right;
	margin: auto;	
	//padding-right: 5px;
}

#menues a
{
	margin-left: 5px;
	
	color: #fff;
}

#menues a:hover
{
	text-decoration: none;
	color: #fff;
}


#orchid
{
position: absolute;
top: 30;
left: 40;
}
/****************** FINISH IDs ******************/
