/* CSS Document */
html,body{
	margin:0;
	padding:0
	}

body{
	background-color:#d7fcff;
	font-family:sans-serif;
	margin:0 auto;
	text-align:center;
	width:650px
	}
	
#header {
	height:215px;
	padding-top:3px;
	text-align:center;
	width:650px
	}
	
a#header:hover{
	text-decoration:none
	}
	
#menu{
	color:black;
	background-color:#d07e42;
	font-size:12pt;
	font-weight:bold;
	height:30px;
	padding-bottom:3px;
	width: 650px;
	text-align:center;
	text-decoration: none
	}
	
a#menu:link{
	color:black;
	text-decoration:none
	}
a#menu:visited{
	color:black
	}
a#menu:hover{
	color:#fcfba5
	}
a#menu:active{
	color:black
	}
	
.lilstar{
	padding-top:5px;
	}
	
#content{
	width:650px:;
	margin:0 auto
	}

.c-left{
	float:left;
	width:150px;
	height:750px;
	background-color:#fcfba5;
	padding-top:2px
	}
	
.m-l{
	margin-left:-72px
	}
	
.c-right-home{
	background-image:url(images/creationBG.png);
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	font-size:11.0pt;
	clear:right;
	width:500px;
	height:750px;
	padding-top:2px;
	background-color:#edf1ff;
	text-align:left
	}
	
.c-right-portfolio{
	float:left;
	clear:right;
	width:500px;
	height:1100px;
	padding-top:2px;
	background-color:#edf1ff;
	background-image:url(images/portfolioBG.png);
	background-repeat:no-repeat;
	background-position:center 5%;
	text-align:left;
	}
	
.c-left-portfolio{
	float:left;
	width:150px;
	height:1100px;
	background-color:#fcfba5;
	padding-top:2px
	}

.c-right-contact{
	background-image:url(images/contactBG.png);
	background-repeat:no-repeat;
	background-position:center 25%;
	font-size: 11.0pt;
	float:left;
	clear:right;
	width:500px;
	height:550px;
	padding-top:2px;
	background-color:#edf1ff;
	text-align:left
	}
.c-left-contact{
	float:left;
	width:150px;
	height:550px;
	background-color:#fcfba5;
	padding-top:2px
	}	
.contacttxt{
	margin:10px 0px 0px 15px;
	text-align:left;
	line-height:25px
		}
.contacttxt a{
	color:#d07e42;
	text-decoration:none
		}
.contacttxt a:hover{
	color:#34b296
		}
.aim{
	padding-top:25px;
	width:125px
	}
	
.msgOwl{
	float:right;
	}
	
#txtwrapP{
	padding-top:10px;
	padding-left:20px
	}
	
.resume a{
	display:inline-block;
	width: 100px;
	height:118px;
	background-image:url(images/resume.png);
	background-repeat:no-repeat;
	}

.resume a:hover{
	background-image:url(images/resumeOver.png);
	background-repeat:no-repeat;
	}
	
.c-right-links{
	background-image:url(images/linksBG.png);
	background-repeat:no-repeat;
	background-position:center 25%;
	font-size: 11.0pt;
	float:left;
	clear:right;
	width:500px;
	height:550px;
	padding-top:2px;
	background-color:#edf1ff;
	text-align:left
	}
	
table#link{
	border: 2px solid #34b296;
	width:450px;
	font-size:10.0pt;
	text-align:center;
	margin-left:auto; 
  	margin-right:auto; 
	margin-top: 60px
	}
	

td.link a{
	width:145px;
	height:100px;
	background-color:#83decf;
	display:block;
	padding:4px;
	font-weight:bold;
	text-decoration: none;
	color:black;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	}
	
	
tr.link{
	text-align:left
	}
	
td.link a:hover{
	width:145px;
	background-color:#83decf;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	text-align:left
	}

.c-right{
	float:left;
	clear:right;
	width:500px;
	height:550px;
	padding-top:2px;
	background-color:#edf1ff;
	}

#homeContainer{
	margin:10px;
	}
	
.clear {clear:both
	}
	
#footer{
	background-color:#83decf;
	font-weight:bold;
	font-size:10.0pt;
	height:20px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	width:650px
	}
	

	








