html, body {
margin : 0;
padding : 0;
}
body {
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(images/back_all.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
			
#container {
	width : 680px;
	margin : 0 auto;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 14px;
}
			/*Header - start*/
#top {
	padding : 0.5 em;
	height: 93px;
	color : #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#top h1 {
padding : 0;
margin : 10px 0 0 10px;
font-size : 100%;
letter-spacing: 1px;
}
			/*Header - end*/
			
			/*Left menu - start*/
#leftnav {
	float : left;
	margin : 0;
	padding : 1em;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: 2em;
	background-color: #FFFFFF;
	width: 215px;
	list-style-image: url(images/leftmenubutton.jpg);
	color: #333366;
	list-style-type: none;
}



#sendmail
{
background-color: #FFFFFF;
height: auto;
width: 115px;
}
#leftnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1pc;
	color: #333366;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 1em;
	margin-left: 1px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-style: normal;
	font-weight: bolder;
	background-repeat: repeat-y;
	text-decoration: underline;
}
			/*Left menu - end*/
			
			/*Right content - start*/
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 265px;
	color: #003366;
	font-size: 14px;
	font-style: normal;
	padding: 1em;
}
			/*Right content - end*/
			
			/*Footer-start*/
#footer {
	clear : both;
	margin : 0;
	padding : 5px;
	font-size : x-small;
	border-bottom : 0px solid #808080;
	border-top :1px solid #808080;
	color : #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
	float: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
background: inherit;
color: #C7AFBD;
}
#footer a:hover {
background: inherit;
color: #333;
}
#footer img {
float : right;
}

*>html #footer img {
        margin : 0;
}
			
#footer p {
padding-left :5px;
}
		/*Footer-end*/

		/* Navigation - start */
#navcontainer {
	width: 680px;
	height: 27px;
	font-size: x-small;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navcontainer li {
	display: inline;
}
#navcontainer a {
	display: block;
	float: left;
	width: 85px;
	height: 27px;
	padding: 4px 0 0 0;
	background: url(images/buttons1.jpg);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #003366;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
}
#navcontainer a:hover, #navcontainer .active a {
	color: #006699;
	background: url(images/buttons.jpg);
	font-size: 10px;
	line-height: normal;
	text-decoration: blink;
}
		/* Navigation - end */
		
		/* Friend box - start */
form { 
display: inline; 
}
input.txt {
	width: 100px; 
	border: 1px inset #333333;
	background-color:#FFFFFF  
}
input.none {
	width: 100px;
	border: 1px #333333;
	background-image:url(images/buttons.jpg)
}
		/*Friend box - end*/
		
		/*E-mail form - start*/
fieldset
{
border: 1px solid # #333333;
width: 185px;
height: 185px;
background-image:url(images/emailform.jpg);
line-height:normal;
}

legend
{
	color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	padding: 5px;
} 
		/*E-mail form - end*/
		
		/* Links */
a:link, a:visited {
	color : #999999;
	background : transparent;
	text-decoration : none;
}
a:hover {
color : #484452;
text-decoration : none;
}
a:active {
	color : #666666;
	list-style-image: url(images/leftmenubutton.jpg);
	font-size: 13px;
}
img {
border : none;
}
		
		/* Links - end */
