/********************** Body ***************************/


body {
	background-color:#5e7545;
	color:#000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}


.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}


#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
	border-left: 2px;
}


a{
	font-size:12px;
	color: #C77E0C;
}


p{
	margin: 15px 0px;
}


/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/marijuana-anonymous-australia-logo.png);
	width:717px;
	height:171px;
	position:relative;
}


#header ul{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:172px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
	left: 0px;
}


#header li{
	display:inline;	
}


#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}


#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}


#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}


#logo_w1{
	top:15px;
	left:70px;
}


#logo_w2{
	top:44px;
	left:94px;
}


#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}


#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}


#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
#style_topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e4e6dd;
	font-size: 12;
	border-color: #FFFFFF;
}
/********************** Content ***************************/
#content {
	width:auto;
	background-image: url(images/content_bg.gif);
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:16px;
	margin: 15px 0px 20px 0px;
}

h2{
	color:#336699;
	font-size:14px;
	text-align:left;
	width:200px;
	margin: 10px 0px 15px 0px;
}


h3 {
	color:#333333;
	font-size:14px;
	text-align:left;
	width:320px;
	margin: 10px 0px 15px 0px;
}


#left {
	float:left;
	width:350px;
	margin-left:27px;
	padding: 0px 10px 10px 0px;
	display:inline;
	overflow: auto;
}


#left a{color:#C77E0C;}

#left a:hover{color:#C77E0C;}

#photos a{
	margin-right:14px;
}


#right {
	float:right;
	width:210px;
	padding: 0px 25px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#right_half {

	float:right;
	width:310px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}


#left_half {
	float:left;
	width:310px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}



#full {
	float:left;
	width:650px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}

}
#right_noborder {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
}

#link_colour {
	color: #c77e0c;
}


/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/content_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
	color: #999999;
}



/********************** Email Form ***************************/

.cssform p{
width: 220px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}


.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 220px;
}


#font_small {
	font-size: 9px;
	color: #666666;
}


.cssform textarea{
width: 220px;
height: 250px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
