body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	background-image: url(images/bg.gif);
	margin:0px;

}

#container {
    background-image: url(images/bg.gif);
    height:102%;
}    

.profile{
    overflow: hidden; 
    position: absolute; 
    width: 328px; 
    height: 360px; 
    z-index: 100; 
    left: 321px; 
    top: 255px; 
    clip: rect(0px, 328px, 360px, 0px); 
    visibility: visible;
}

.mainMenu {
	float: left;
	height: 15px;
	width: 488px;
}
.mainMenu ul {
	position:relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mainMenu li {
	position: relative;
	display: inline;
	float: left;
}
.mainMenu a {
	position: relative;
	cursor: pointer;
	display: block;
	height: 15px;
	text-decoration: none;
}

#navcontainer {
	height: 15px;

	position: relative;
}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0 }

#navlist a:link, #navlist a:visited
{

text-decoration: none;
}

#navlist a:hover
{
text-decoration: none;
}

input,select,textarea {
    width: 200px;
    border: 2px solid #CCC;
    margin-left: 6px;
}
