/* body styles */ 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #333366;
	margin: 0;
	padding: 0;
	background: #343E4B;
	text-align: center; /* kludge to force centering of wrapper in IE5, IE6  */
}

/* typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
}

input, select, th, td {
	font-size: 1em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.8em;
	line-height: 1em;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	margin: 0 0 0 15px;
	padding: 80px 0 0 0;
}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 5px 0;
}

i {  font-style: italic}
b {  font-weight: bold}
a:link {color: #0033FF; text-decoration: none}
a:visited {color:#6666CC; text-decoration: none}
a:hover {color: #0066CC; text-decoration: underline}

.small-caps {
	font-variant: small-caps;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}

.inferior {
	font-size: xx-small;
	color: #666666;
}


#PageWrapper {
	width:100%;
}

#MainNav {
	width: 758px;
	height: 25px;
	margin: 0 auto;
	padding:0;
	color: #FFFFFF;
	text-align:left;
}

#BrandingBox {
	width: 758px;
	height: 130px;
	margin:0 auto;
	padding:0;
	background: url(../images/header_bg.jpg) top left no-repeat;
}

#ContentPage {
	width: 758px;
	margin: 0 auto;
	padding:0;
	background: #FFFFFF;
	text-align: left;
}


#ContentBox {
	margin: 0px 15px;
	padding: 20px 0;
	clear: both;
	}

#HomeBox {
	width: 758px;
	height: 430px;
	background:  #343E4B url(../images/home_dubrovnik.jpg) top left no-repeat;
	color: #FFFFFF;
	margin:0;
	padding: 0;
}

#HomeBox p {
	margin: 0 205px 0 15px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}


#Footer	{
	background: #343E4B;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#Footer p {
	color: #cccccc;
	font-size: x-small;
	text-align: center;
}

#Footer a:link {color: #FFFFFF; text-decoration: none}
#Footer a:visited {color:#FFFFFF; text-decoration: none}
#Footer a:hover {color: #FFFFFF; text-decoration: underline}

.photo {
	margin:10px 15px;
	border: 2px  double #333333;
	padding: 2px;
	float:left;
	display: inline;
}