@charset "utf-8";
/* CSS Document */


body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#galerija img {
	padding-left: 0px;
	padding-right: 0px;	
	border: 2px solid silver;
}


#bodypart img {
	padding-left: 0px;
	padding-right: 0px;	
	margin-right: 4px;
	border: 2px solid #FFF;
}


#container {
	margin: auto 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


#header {
	height: 73px;
	width: 720px;
	margin: auto;
}


#logo { 
	margin-left: 20px;
	margin-top: 0px;
	position: absolute;
	color: grey;
	font-family: Century Gothic;
	font-size: 25px;
}


#toplinks {
	margin-left: 300px;
	position: absolute;
	width: 400px;
	color: #000;
}


#toplinks ul {
	list-style-type:none;
	margin-top:50px;
}


#toplinks li {
	display:inline;
}


#toplinks a {
	font-family: Century Gothic;
	font-size: 18px;
	/* text-transform:uppercase; */
	color: black;
	text-decoration: none;
	margin-left: 4px;
	padding-left: 2px;
	padding-right: 4px;
	font-weight: normal;
}
#toplinks a:hover {
	/* background-image:url(../images/linksbg.jpg);
	background-repeat:no-repeat;
	background-position:center; */
	color: gray;
	/* text-decoration:underline; */
	padding-left: 2px;
	padding-right: 2px;
}


#bodypart {
	font-family: Century Gothic;
	font-size: 16px;
	color: black;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	width: 740px;
	margin: auto;
	padding-top: 40px;
}


#galerija {
	font-family: Century Gothic;
	font-size: 16px;
	color: black;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	width: 634px;
	margin: auto;
	padding-top: 40px;
}


#footer {
	width: 634px;
	margin: auto;
	height: 60px;
	line-height: 20px;
}


#crta {
	border-top: 10px solid #A5B542;
	margin: 0px;
	width: 100%;
	height: 0px;
}


#bodycontainer {
	width: 634px;
	margin-top: 15px;
	margin-left: auto; 
	margin-right: auto; 
	height: 60px;
	line-height: 20px;
}


.footerlinks {
	color: #B7BB18;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}


.bodytext {
	color: #E4E4E4;
	font-family: Century Gothic;
	font-size: 23px;
	font-weight: normal;
	/* text-transform:uppercase; */
}


.blackboldtext {
	font-family:Century Gothic;
	font-size:11px;
	font-weight:normal;
}