html, body {height: 100%;
margin:0; 

}

#wrapper {min-height: 100%;
font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;}

h1 { font-size: 110%;
}

/* .bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    font-size: 50px;
    display: block;
}
.bmenu li a{
	color: transparent;
	display: block;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 5px #0d1a3a;
}
.bmenu li a:hover{
	color: #fff;
	text-shadow: 0px 0px 1px #fff;
	padding-left: 10px;
}
*/

#portfolio td{
	border-width: 3px;
	padding: 15px;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#portfolio td:hover{
    opacity: 1;
}

.content{
	margin: 0 20px;
}
.bmenu{
    padding: 0px;
    margin: 0 0 10px 0;
    position: relative;
}
.bmenu li{
    font-size: 50px;
    display: block;
}
.bmenu li a{
	white-space: nowrap;
	display: block;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(71,80,23,0.3);
	color: #fff;
	padding: 5px 20px;
	margin: 2px;
	background: rgba(255,255,255,0.2);
	letter-spacing: 1px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bmenu li:first-child a{
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}
.bmenu li:last-child a{
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}
.bmenu:hover li a{
	text-shadow: 0px 0px 10px #fff;
	color: transparent;
}
.bmenu li a:hover{
	background: transparent;
	text-shadow: 1px 1px 10px rgba(71,80,23,0.6);
	color: #000;
}

#header {
	height: 30px;
	overflow: auto;
	background-color: #444;
	width: 100%;
	}

#logo{
	height:30px;
	width: 250px;
	float:left
	}

#header-nav{
	/*margin-left:250px;*/
	width: 233px;
	height:23px;
	vertical-align:middle;
	padding-top:7px;
	padding-left:7px;
	background-color:#444;
	float:right;
	}
	
#main {

	overflow: auto;
	padding-bottom: 23px;
	clear: right;
	margin-left: auto;
	padding-top: 5px;	/*background-color: #0F0;*/
}  /* must be same height as the footer */

/*main-content on about page */
#main-content {
	padding: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #C30;*/
}

#mainmenu {
	width: 500px;
margin-top: 25%;
margin-left: 40px;
}

#footer ul { 
	list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer li {display: inline;}

#footer li:last-child {
	margin-right: 15px;
	float: right;
	font-size: 80%;
}

#footer {
	position: relative;
	margin-top: -23px; /* negative value of footer height */
	height: 23px;
	clear: both;
	background-color: #333;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16px;
	color: #FFF;
	} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a {
	text_decoration: none;
	color: #FFF;
	}
	
#header a {
	text_decoration: none;
	/*color: #000;*/
	}	
	
a:link {
	color: #F000AA;
	text-decoration: none;
}

a:visited {
    color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	/*text-decoration: underline;*/
	text-weight: bold;
}

a:active {
    color: #33FF66;
}


#photo {
	border-radius: 15px;
	border: 1px;
	background-color: #CCC;
	/*height: 175px;*/
	width: 300px;
	right: 0px;
	padding: 10px;
	box-shadow: 10px 10px 5px #888888;
	float: left;
}
#design{
	border-radius: 15px;
	border: 1px;
	background-color: #CCC;
	width: 300px;
	right: 325px;
	padding: 10px;
	box-shadow: 10px 10px 5px #888888;
	float: right;
	margin-right: 15px;
}

#boxes {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	clear: right;
	margin-top: 0px;
}
