*{
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5{
	text-transform:capitalize;
        font-family: Arial, Helvetica, Sans;
}

h1{
	font-size:26px;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
        font-family: Arial, Helvetica, Sans;
}
a{
	color:black;
}
a:hover{
	color:#cc3300;
}


ul{
	padding:15px;
	padding-left:35px;
}
body {
	background-image:url('image/flag-1.jpg');
        background-repeat:no-repeat;
        font-family: Arial, Helvetica, Sans;
	text-align:center;
}
#wrap {
	background: url(image/page_border_left.png) bottom left repeat-y;
	margin: auto; 
	width: 808px;
}
.hideme {display:none;}
#top {
	background: url(image/page_border_top.png) bottom right no-repeat;
	margin: 0;
	
}
#top ul {
	background: url(image/tab_background.png) bottom left no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
}
#top li {
	margin: 0;
	padding: 10px 0 0 17px;
	list-style: none;
	float: left;
}
#top a.home {
	background: url(image/tab_home.gif);
	height: 13px;
	width: 17px;
	display:block;
}
#top a.home:hover {
	background-image: url(image/tab_home_over.gif);
}
#top a.contact {
	background: url(image/tab_contact.gif);
	height: 13px;
	width: 17px;
	display:block;
}
#top a.contact:hover {
	background-image: url(image/tab_contact_over.gif);
}
#top a.login {
	background: url(image/tab_login.gif);
	height: 13px;
	width: 17px;
	display:block;
}
#top a.login:hover {
	background-image: url(image/tab_login_over.gif);
}
#container {
	background: url(image/page_border_right.png) bottom right repeat-y #fff;
	clear: both;
	margin: 0 0 0 4px;
	padding: 2px 6px 2px 2px;
	display: block;
	text-align:left;
	overflow: hidden;
}
#logo {
	background: #6DA6D5;
	height: 200px;
}
#navigation {
	background: url(image/navigation_background.gif) #000;
	color: #fff;
	height: 21px;
	margin: 2px 0 2px 0;
}
#navigation p {
	padding: 0;
	margin: 0;
	padding-left: 5px;
}
#navigation a {
	background: none;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	margin-right: 20px;
	line-height: 21px;
	display: block;
	float: left;
}
#navigation a.imhere {
	background: url(image/navigation_arrow.gif) bottom center no-repeat;
}
#navigation a:hover {
	background: url(image/navigation_arrow.gif) bottom center no-repeat;
	color: #000;
}
#contents {
        
	background: url(image/grey_border_bottom.gif) bottom right repeat-x #F4F4F4;
}
#contents div.textflow {
	font-size: 11px;
	text-align:justify;

}
#contents div.textflow h1 {
	font-size: 17px;

}
#left {
	background: #FFF;
	width: 600px;
	float: left;
}

/* #Left ****************************************/
#left hr{
	border:none; 
	border-bottom:1px dotted black; 
	color:white; 
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
}
#left p{
	padding:5px;
	padding-left:15px;
	padding-right:15px;
}
#left span.time{
	float:right;
	margin-top:-25px;
	width:125px;
}
#right {
	background: url(image/grey_border_top.gif) top right repeat-x;
	width: 196px;
	float: left;
	text-align: center;
}

#left, #right{
	padding-bottom: 1000em;
	margin-bottom: -999.5em;
}
#right dl, #right dd{
	list-style: none;
	margin: 0;
	padding: 0;
}
#right dl {
	margin-top:20px;
}
#right dd{
	margin-bottom:10px;
}
#right img{
	border: none;
}
/* Gallery ****************************************/
#auto-image-script{
	text-align:center;
}
#auto-image-script *{
	text-align:center;
	margin:auto;
}
#auto-image-script .image{
	border:1px solid black;
}
#auto-image-script li{
    float: left;
    padding: 0.6em 0.6em 0.6em 0.6em;
    list-style: none;
}
#auto-image-script li img:hover{
    border:1px solid #0000ee;
}
.gallery a{
	margin-left:10px;
	margin-right:20px;
}
.gallery img{
	border: 1px solid black;
}
.gallery img:hover{
	border:1px solid #0000ee;
}
.gallery h2{
	padding-top:5px;
}
.gallery a{
	text-decoration:none;
}
#auto-image-script .nav{
	border: none;
}
/* Contact ****************************************/
fieldset{
	margin:10px;
	padding:		20px;
	padding-top:	5px;
	padding-bottom:	5px;
	background:#faffea;
	border:1px solid #c4c5b7;
}
fieldset legend{
	font-weight:bold;
	text-transform:uppercase;
}
fieldset dd{
	padding-bottom:1px;
	padding-top:7px;
}
fieldset input, textarea {
	border:1px solid #c4c5b7;
	background: white;
	width:300px;
} 
fieldset label{
	font-weight:bold;
	text-transform:capitalize;
}
fieldset textarea {
	height:150px;
	width:500px;
}
fieldset .submit {
	width:190px;
	font-weight:bold;
	font-weight:normal;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:2px;
}
