#container {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#title {
	width: 200px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#title a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#title a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#ordering {float: left; width: 800px;}
     /*** This can be floated left or right ***/

#content {
	float: left;
	width: 530px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
     /*** This must be floated opposite 
		to leftnav ***/


#leftnav {
	float: left;
	width: 220px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
     /*** This must be floated opposite 
		to content ***/

#rightnav {
	float: right;
	width: 180px;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
     /*** This must be floated opposite 
		to ordering ***/ 

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-align: center;
	padding-bottom: 10px;
}



p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	color: #000000;
}

body {
	position: static;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	text-align: center;
	background-color: #DCDCED;

}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #009933;
}

#content h1 a:link {  color: #CC0000; text-decoration: none}
#content h1 a:hover {  color: #CC00cc; text-decoration: none}
#content h1 a:visited {  color: #CC0000; text-decoration: none}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

#menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#menu ul {
list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}	
	
#menu li {
	background-image: url(images/bullet-mooshak.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {  color: #0000ff; }
a:hover {  color: #FF0000;  }


.footer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #666666;
}

.footer p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	color: #666666;
}

.footer a:link {  color: #666666; text-decoration: none}
.footer a:visited {  color: #666666; text-decoration: none}
.footer a:hover  {  color: #666666; text-decoration: underline }

.surname {
visibility: hidden;
}
