@charset "utf-8";
/* CSS Document */
body {
	background-color: #ffffff;

}

#menu { 
	width: 300px;
	height:auto;
	position: left;
	padding-left: 13px;
	margin: 0;
	position:fixed;
} 

.header{
height:84px;
	width:100%;
	float:left;
	clear:both;
	margin:0px auto;
}


.menubg li {
	clear:both;
	float:left;
	list-style-type: none;
	width: 300px;
	font-family:  "Courier New", "Courier", "monospace";
	display: block;
	margin: 0 auto;
	color: #000000;

}

a {text-decoration:none;
color: #000000;}	

a:hover {text-decoration:none;
color: #ffffff;}	

.bigbulletdesign{
	float:left;
	font-family:  "Courier New", "Courier", "monospace";
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
	padding-right:200px;
	padding-bottom:1px;
}
.bigbulletphotography{
	float:left;
	font-family:  "Courier New", "Courier", "monospace";
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 1px;
	padding-right:178px;
	padding-top:14px;
}
.smallbulletcontent{
	float:left;
	font-family:  "Courier New", "Courier", "monospace";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
	width: 300px;
}
	


#maincontent{ 
	width: 600px;
	position:relative;
	margin: 0px 25%;
	padding-top:20px;
		float:left;
	font-family:  "Courier New", "Courier", "monospace";
	font-size: 14px;
	color: #000000;
}
