img { border: 0; padding: 0; margin: 0;}

h2 { font-family: georgia, times new roman; font-size: 1.6em;}

h4 { font-family: verdana; font-size: 1.6em; padding-top: 0; margin: 0; margin-bottom: 0.2em; font-weight: normal;}

a:link { text-decoration: none; color: #1F93E1}
a:visited { text-decoration: none; color: #1F93E1}
a:active { text-decoration: none; color: #1F93E1}
a:hover { text-decoration: none; color: #8eb25b}

#wrapper {
	width: 1000px;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;	
	background-image: url("images/bgd-shadow.png");
}
#main-wrapper {
	width: 980px;
	min-height: 95%;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
}
#top-wrapper {
	width: 100%;
	height: 139px;
	background-color: #010101;
}
#menu-wrapper {
	width: 100%;
	height: auto;
	border: 0;
}
#submenu-wrapper {
	width: 180px;
	height: auto;
	border-top: thick solid #4f4f4f; /* #4f4f4f */
	border-bottom: thick solid #4f4f4f; /* #4f4f4f */
	margin: 18px 0 0 20px;
	font-size: 0.8em;
}
#content-wrapper {
	width: 100%;
	height: auto;
}
#subcontent-wrapper {
	padding: 0 0 0 20px;
	font-size: 0.9em;
	margin-bottom: 4em;
}

#subcontent-wrapper a:link { text-decoration: none; color: #1F93E1; }
#subcontent-wrapper a:visited { text-decoration: none; color: #1F93E1; }
#subcontent-wrapper a:active { text-decoration: none; color: #1F93E1; }
#subcontent-wrapper a:hover { text-decoration: none; color: #8eb25b; }

#footer-wrapper {
	width: 980px;
	height: 2%;
	margin: 0 auto;
	background-color: #ececec;
	font-size: 0.8em;
	color: #414141;
	text-align: center;
	padding: 1% 0;
}
#front-page-top {
	border: 0;
	margin: 0;
	padding: 0;
}
#main-image {
	border: 0;
	margin: 0;
	padding: 16px 20px 0px 20px;
}
#main-image-2 {
	border: 0;
	padding: 16px 0px 0px 0px;
}
#small-image {
	border: 0;
	margin: 0;
	padding: 16px 20px 16px 0;
}
#small-text {
	font-size: 0.8em;
	padding-right: 20px;
}
#random-right {
	padding: 16px 20px 0 20px; 
	font-size: 0.8em;
}

/* New start page
 * ------------------------------*/
#box1 {
	border: 0;
	padding: 0;
	margin: 16px 10px 0px 20px;
}
#box2 {
	border: 0;
	padding: 0;
	margin: 16px 20px 0px 10px;
	background-color: #ddeadd;
}


/* Menu
 * -------------------------------*/
#menu {
	background: #333 url("images/menu-bg.gif") bottom right repeat-x;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
#menu li {
	float: left;
	font-size: 0.8em;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: url("images/dot.gif") bottom right repeat-y;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 14px;
	text-decoration: none;
}
#menu a:hover {
	background: #333 url("images/dot3.gif");
	color: #fff;
	padding-bottom: 8px;
}
#menu a#current {
	background: #4f4f4f;
	color: #fff;
	padding-bottom: 8px;
}

/* Submenu
 * ----------------------------*/
#submenu {
	background: #FFFFFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#submenu li {
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
#submenu a {
	background: #FFFFFF;
	border-bottom: 1px solid #4f4f4f;
	color: #000000;
	display: block;
	margin: 0;
	padding: 10px 12px;
	text-decoration: none;
}
#submenu a:hover {
	background: #eeeeee url("") left center no-repeat;
	color: #1F93E1;
	padding-bottom: 10px;
}
#submenu a#current {
	background: #dddddd;
	color: #1F93E1;
	padding-bottom: 10px;
}
#gallery-image-n-text-1 {
	padding-right: 20px;
	font-size: 0.7em;
}
#gallery-image-n-text-2 {
	padding: 0;
	font-size: 0.7em;
}
#g {padding-bottom: 20px;}

#line {height: 1px; width: auto; border-bottom: thin dashed #cccccc; }


html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: verdana;
	background-color: #ffffff;
	background-image: url(images/bg1.jpg);
}

html {
	overflow-y: scroll;
}

/* Force scrollbar
html {
	min-height: 100%;
	margin-bottom: 1px;
}
*/



