/* CSS Document */

@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */
html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; 
}

/* =html */
html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; 
}

/* =body */
body { 
	width : 750px;
	font : 76%/150% "Lucida Grande", Arial, sans-serif; 
	background-color : #353333;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	
}


/* =links */
a:link { 
	color : #cc6600;
	text-decoration : none; 
}

a:visited { 
	color : #cc6600;
	text-decoration : none;
}

a:hover { 
	color : #ff9900; 
	text-decoration : underline; 
}

a:active { 
	color : #990000; 
	text-decoration : underline; 
}

/* =container */
#container {
	width : 750px;
}

/* =images */
img, img a { 
	border : none; 
}

/* =header */
div#header {
	text-align : center;
	padding-top : 100px;
	padding-bottom : 20px;
	background : url(../images/head.gif) no-repeat;
	background-position : center;

}
	
.logoHead {
	margin-left : -9999px;
}

/* =content */
div#content {
	text-align : center;
	width : 750px;
	background-color : #CCCABE;
	padding-top : 60px;
	padding-bottom : 20px;
}

div#contentLeft {
	text-align : center;
	float : left;
	padding-left : 40px;
	padding-right : 10px;
}

div#contentRight {
	text-align : center;
	float : right;
	padding-left : 10px;
	padding-right : 40px;
}

div#about {
	text-align : left;
	padding-left : 40px;
	padding-right : 40px;
	padding-top : 20px;
	padding-bottom : 10px;

}

div#contact {
	text-align : center;
	padding-left : 40px;
	padding-right : 40px;
	padding-top : 10px;
	padding-bottom : 20px;

}



.contentImage {
	padding-bottom : 10px;
}

.imageText {
	color : #353333;
	font-size : 105%;
	font-weight : bold;
	letter-spacing : .08em; 
	text-align : center;
}

h1 { font-size : 150%; color : #CCCABE; letter-spacing : .2em;}
h2 { font-size : 130%; color : #353333; letter-spacing : .2em;}

div#clear {
	clear : both;

}

/* =site info */
div#siteinfo {
	clear : both;
	width : 100%;
	text-align : center;
	padding-top : 20px;
	color : #CCCABE;
}

.copyright {
	font-size : smaller;
}


}
