/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
================================================================
Global CSS file for Jacaranda Cottage Website
Created by:	Lorraine Humm lorraine@divine-creations.com
Copyright 2008 Divine-Creations.Com Ltd
================================================================
*/

body {
	margin:0px;
	background: url(../images/bgtile.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	}
	
 H1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 0;
	}
	
H2 {
	font-size: 110%;
	}
	
H3 {
	font-size: 100%;
	}
	
a, a:link, a:visited, a:active {
	color: #543b93;
	}
a:hover { color: #0099FF;}
.sig {
	font-style: italic;
	padding-left: 5px;
	}
/*-- pos --*/

#container {
	width: 900px;
	margin: auto;
	background: #e6e3fd;
	}
		
#top {
	width: 900px;
	height: 20px;
	float: left;
	background: #53437d;
	}

#mast {
	width: 900px;
	height: 289px;
	float: left;
	background: #53437d url("../images/mast.gif") top left no-repeat;
	}
	

	
#content {
	width: 900px;
	float: left;
	}

#left {
	float:left;
	width: 600px;
	padding: 0;
	margin: 0;
	}

#right {
	width: 300px;
	float: right;
	}
	
.inner {
	padding: 10px 10px 10px 5px;
	}
	
.clear {
	clear: both;
	}
	
#footer {
	width: 890px;
	text-align: center;
	font-size: 90%;
	padding: 5px;
	color: #ac9dc9;
	background: #53437d;
	}
#footer a, #footer a:link, #footer a:visited {
	color: #ac9dc9;
	}
#footer a:hover {
	color: #fff;
	}
	
/*-- end pos divs --*/

#colleft {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
	}

#colright {
	width: 160px;
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	}
	
.alert {
	padding: 0 10px 0 10px;
	background: #fff;
	border: 1px dashed #330099;
	color: #CC0000;
	font-style: italic;
	}
	
.data {
	border-collapse: collapse;
	}
.data td {
	padding: 3px 0 3px 0;
	}

/*-- forces permanenet scrollbar in moz --*/
html { height: 100%; margin-bottom: 1px; }