﻿ html {
				margin:0 0 0 0;
				padding:0 0 0 0;
}

body {
				margin:0 0 0 0;
				padding:0 0 0 0;
}

a {
				text-decoration:none;
				color:navy;
}

a:hover {
				text-decoration:none;
				color:black;
}

img {
				border:0px;
}


.img_logo {
				float:left;
				border:0px;
}

td {
				vertical-align:top;
}

li.blue {
				list-style-image: url('../images/bul.jpg');
}

#container {
				position:relative;
				margin:auto;
				width:800px;
}

#top {
				width:800px;
				height:103px;
}

#menu {
				width:800px;
				height:52px;
				background-image:url('../images/menuBG.jpg');
				background-repeat:no-repeat;
}

#menu p { 
	display: none; 
}


#menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li { 
	float: left; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li a { 
	display: block; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li#nul a { 
	width: 24px; 
	height:52px;
	background-image: url(../images/menuBG_nul.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#nul a:hover { 
	width: 24px; 
	height:52px;
	background-image: url(../images/menuBG_nul.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#home a { 
	width: 73px; 
	height:52px;
	background-image: url(../images/menuBG_home.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#home a:hover { 
	width: 73px; 
	height:52px;
	background-image: url(../images/menuBG_home.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#profile a { 
	width: 155px; 
	height:52px;
	background-image: url(../images/menuBG_profile.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#profile a:hover { 
	width: 155px; 
	height:52px;
	background-image: url(../images/menuBG_profile.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 
#menu ul li#partners a { 
	width: 121px; 
	height:52px;
	background-image: url(../images/menuBG_partners.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#partners a:hover { 
	width: 121px; 
	height:52px;
	background-image: url(../images/menuBG_partners.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 
#menu ul li#contact a { 
	width: 63px; 
	height:52px;
	background-image: url(../images/menuBG_contact.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#contact a:hover { 
	width: 63px; 
	height:52px;
	background-image: url(../images/menuBG_contact.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 


#crumbs {
				width:800px;
				height:71px;
}

#mainPhoto {
				width:800px;
				height:137px;
			
}

#mainTextArea {
				width:770px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:14px;
				color:black;
				margin-left:8px;
				text-align:justify;
				margin-top:15px;
				background-position:right bottom;
				background-repeat:no-repeat;
}

#bottomArea {
				width:800px;
				height:100px;
				background-image:url('../images/bottomDots.jpg');
				background-repeat:no-repeat;
				background-position:left top;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				padding-top:32px;
				color:black;

}

a.w3c {
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:gray;
				text-decoration:none;

}
a.w3c:hover {
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				color:black;
				text-decoration:none;

}


