body {
	font-family: georgia, serif;
	font-size:90%;
	background: url("images/bg.jpg") repeat-x;
	margin: 0;
	text-align: center;
}

/* Structure */

#header {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo {
	float: left;
	width: 400px;
	display: inline;
}

#logo img {
	display: block
}

#getintouch {
	float: right;
	text-align: right;
	color: #666666;
	font-size: 85%;
	height: 140px;
	width: 300px;
	padding: 70px 0 0 0;
}	

#tag {
	color: #5a0044;
	font-size: 120%;
	}

#container {
	width: 700px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url("images/flower.jpg") no-repeat 0px 250px;
}

#side {
	width: 300px;
	height: 600px;
	float: left;
}
	
#menu {
	margin-left: 95px;
	font-size: 140%;
	float: left;
	display: inline;
	padding: 0 20px 0 0;
	border-bottom: 1px solid #eeeeee;
	height: 32px;
	margin-bottom: 10px;
}

#menu a {
	float: left;
	padding: 0 1px 5px 1px;
	margin: 0 5px;
	height: 25px;
}			
	
h1 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	color: #5a0044;
	padding: 0 1px 5px 1px;
	margin: 0 5px;
	border-bottom: 3px solid #8d3377;
	height: 25px;
}

#menu a:link, #menu a:visited {
	text-decoration:none;
	color: #999999;
	}
	
#menu a:hover {
	text-decoration:none;
	color: #666666;
	border-bottom: 3px solid #cccccc;
	}	
	
#menu a:active {
	text-decoration:none;
	color: #999999;
}

#submenu {
	width: 500px;
	font-size: 120%;
	float: right;
	margin-top: 10px;
}

#submenu a {
	float: left;
	padding: 0 5px 5px 5px;
	margin: 0 5px;

}			

#main {
	width: 380px;
	float: right;
	margin: 0 40px 0 0;
	display: inline;
	padding: 15px;

}

#footer {
	float: left;
	width: 150px;
	color: #aaaaaa;
	font-size: 80%;
	border-top: 1px solid #ffcccc;
	margin-top: 397px;
	padding: 10px;
}

.thumbnail {
	margin: 5px;
	width: 40%;
}	
	
/* Style */

h2 {
	font-weight: normal;
	font-size: 150%;
	color: #ff9999;
}	

h3 {
	font-weight: normal;
	font-size: 120%;
	font-weight: normal;
	color: #5a0044;
}

a:link, a:visited {
	text-decoration:none;
	color: #6666cc;
	}

a:hover {
	text-decoration:underline;
	color: #6666cc;
	}	
	
a:active {
	text-decoration:none;
	color: #6666cc;
	}					

/* for contact */

div.contact {
	padding: 10px;
	border:1px solid #cccccc;
	width: 309px;
}	

table.contact td {
	padding: 3px
}	

td.con_label {
	vertical-align:top;
	text-align:right;
	width: 100px;
}	

input.contact {
	width: 200px
}	

textarea.contact {
	width: 200px;
	height: 100px
}	
