html, body {
	margin: 0;
	padding: 0;
	/* background-color: #336699; */
}

/***************************************************/
/************* container ***************************/
/***************************************************/
div#container
{
	width: 760px;
	margin: 10px;
}

/***************************************************/
/************* header ******************************/
/***************************************************/
div#head
{
	clear: both;
	width: 100%;
	height: 90px;
	text-align: left;
	padding: 0 0 0 0;

	background:url(/css/images/jerejak/beach_2905.jpg) top center no-repeat; /*header image*/
}

div#head h1
{
	font-weight: normal;
	text-decoration: none;
	font-size: xx-large;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div#head a
{
	color: blue;
	text-decoration: none;
}

div#head h2
{
	font-weight: bold;
	text-decoration:none;
	font-size: medium;
	font-style: italic;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/***************************************************/
/************* navigation_bar **********************/
/***************************************************/
div#navigation_bar
{
	clear: both;
	width: 100%;
	height: 30px;
	
	background-color: #0000FF;
	
	font-size: medium;
	font-weight: bold;
}

div#navigation_bar ul{
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}

div#navigation_bar li{
	list-style-type: none;
	display: inline;
}

div#navigation_bar li a{
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

div#navigation_bar li a:link {
	color: #FFF:
}

div#navigation_bar li a:visited {
	color: #FFF;
}

div#navigation_bar ul li a:hover{
	font-weight: bold;
	color: #00F;
	background-color: #C0C0C0;
}

/***************************************************/
/************* footer ******************************/
/***************************************************/
div#foot
{
	clear: both;
	margin-top: 8em;
	text-align: left;
}

div#foot p.top_border
{
	border-top: solid #000 1px;
	font-weight: normal;
	text-decoration:none;
	font-size: x-small;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

div#foot p
{
	font-weight: normal;
	text-decoration:none;
	font-size: x-small;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

/***************************************************/
/************* sidebar_right **************************/
/***************************************************/
div#sidebar_right
{
	float: right;
	width: 160px;
	margin: 0px 0px 0px 10px;
	padding-top: 2em;
}

div#sidebar_right p
{
	line-height: 15px;
	font-size: 10px;
}

div#sidebar_right a
{
	border: 0px;
	color: #C00;
}

/***************************************************/
/************* content *****************************/
/***************************************************/
div#content
{
	margin: 0px 165px 0px 0px;
}

/***************************************************/
/************* h1 **********************************/
/***************************************************/
div#content h1
{
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;

	font-weight: normal;
	font-weight: bold;
	/* background-color: #E6E6FA; */

	margin-top: 1em;
}

div#content h1 a
{
	border: 0px;
}

/***************************************************/
/************* h2 **********************************/
/***************************************************/
div#content h2
{
	font-weight: normal;
	font-weight: bold;
}

div#content h2 a
{
	border: 0px;
}

/***************************************************/
/************* h3 **********************************/
/***************************************************/
div#content h3
{
	font-weight: normal;
	font-weight: bold;
}

div#content h3 a
{
	border: 0px;
}

/***************************************************/
/************* img *********************************/
/***************************************************/
div#content img.large_img
{
	border: medium double #8B4513;
}

div#content img.thumb_float
{
	/* float: left; */
	margin-right: 1em;
}

/***************************************************/
/************* row_span ****************************/
/***************************************************/
div#content div.row_span
{
	clear: both;
}

div#content div.error_message {
	color: red;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

