@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////////////////////
// Olea Flowers Website (www.oleaflowerstudio.com)
// Date Created: February 2009
// Date Modified: May 2009
// Written By: Simon Goldhill
// CSS - style/stylesheet.css
//////////////////////////////////////////////////*/

/*IE7 & IE6 Hack! */
html>body body {
	*font-family: Tahoma, Geneva, sans-serif;
	*font-size:10px;
	*color:#831260;
	*background-color:#929288;
	*margin:0;
	*border:0;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#831260;
	background-color:#929288;
	margin:0;
	border:0;
}
/*IE7 & IE6 Hack! */
html>body h1 {
	*color:#831260;
	*font-size:24px;
}
h1 {
	color:#831260;
}
/*IE7 & IE6 Hack! */
html>body p {
	/* TO DO */
}
/* Hyperlink properties */
a:link {
	color: #831260;
	text-decoration: underline;
}
a:hover {
	color: #929288;
	text-decoration: underline;
}
a:visited {	
	color: #831260;
	text-decoration: underline;
}
/* DIV Containers */
#header {
	height:128px;
}
#logo {
	height:128px;
	width:222px;
	margin-left:3.9%;
}
#name {
	top:42px;
	margin-left:320px;
	position:absolute;
}
#container {
	width:100%;
}
#page {
	width:92%;
	min-width:900px;
	margin-left:3.9%;
	margin-right:3.9%;
	background-color:#F1ECD6;
	border-style:solid;
	border-color:#F1ECD6;
	border-width:1px;
}
#footer {
	height:50px;
	text-align:center;
	font-size:10px;
}
.contact {
	margin-top:12px;
	font-size:12px;
}
/* Contact Hyperlink properties */
.contact a:link {
	color: #831260;
	text-decoration: underline;
}
.contact a:hover {
	color: #F1ECD6;
	text-decoration: underline;
}
.contact a:visited {	
	color: #831260;
	text-decoration: underline;
}
/*IE7 & IE6 Hack! */
html>body #menu 
{ 
	*height:38px;
	*width:auto;
	*margin:8px 8px 8px 8px;
	*background-color:#929288;
}
#menu {
	height:38px;
	width:auto;
	margin:-5px 8px 8px 8px;
	background-color:#929288;
}
/*IE7 & IE6 Hack! */
html>body #menu ul {
	*white-space:nowrap;
	*list-style-type:none;
	*margin-left:16px;
}
#menu ul {
	white-space:nowrap;
	list-style-type:none;
	margin-left:-25px;
}
#menu li {
	display:inline;
	margin-right:16px;
}
#rightpane {
	width:640px;
	float:right;
	margin:0px 8px 8px 8px;
}
#leftpane {
	border-style:dashed;
	border-width:1px;
	border-color:#831260;
	margin:0px 8px 8px 8px;
	padding:0px 8px 8px 12px;
	overflow:auto;
	min-height:312px;
}
.clear {
	clear:both;
}
