@charset "UTF-8";
/* CSS Document */


body {
	text-align: center;
	background-image: url(img/photobackground.jpg);
	background-attachment: fixed;
	}

#wrapper {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	margin: 0 auto 0;
	padding-top: 20px;
	width: 960px;
	border: none;
	position: relative;
	}

#contents-left {
	opacity:1;
	width: 360px;
	height: 600px;
	float: left;
	padding: 20px;
	background-image: url(img/background.jpg);
	background-repeat: repeat;
	}

#main {
    background-color: #FFFFFF;
	width: 500px;
	height: 100%;
        min-height: 600px;
	opacity:1;
	float: right;
	padding: 20px;
	}

#image {
    float: right;
	padding: 10px;
	}

#imageContainer { height:252px; }  
#imageContainer img { display:none; 	
			position:absolute; 	
			top:0px; left:0px; 	
			height:252px;  	
			width:360px; 	
			opacity: -0.01; } 

	
a:link {
    text-decoration: none;
	color: #33CC33;
	}

a:visited {
    text-decoration: none;
	color: #33CC33;
	}
	
a:hover {
    text-decoration: underline;
	color: #FF9933
	}

h1, h2, {
    size: 18px;
	font: Georgia,
    }

h2	{
    color: #33CC33
	}
	
h3	{
	font-size: 16px;
	font: Georgia;
	}

p, ul {
    font-size: 14px;
	text-decoration: none;
	font: Rotis Semi Serif, Times, Serif;
    }
