/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }
img {padding:0; margin:0; border:none;}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 1.0em;;
	background-image:url(images/lilianev.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#333;
	border:none;
	font-weight:bold;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	border:none;
}
#leftcolumn {
	color: #333;
	border:none;
	margin: 10px 0px 10px 0px;
	padding: 150px 30px 10px 10px;
	height: 500px;
	width: 165px;
	float: left;
}
#nav {
	padding: 110px 20px 10px 10px;
}
#nav .blog {
	text-align:left;
	margin-bottom:100px;
	margin-left: 20px;
}
#nav .port {
	text-align:left;
	margin-bottom:65px;
}
#nav .res {		
	text-align:right;
}
#rightcolumn {
	float: right;
	color: #333;
	border:none;
	margin: 50px 150px 100px 10px;
	padding: 120px 10px 10px 10px;
	height: 425px;
	width: 400px;
	display: inline;
	position: relative;
}
h1 {
	text-align:center;
	padding:30px 0;
}


a:link {
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px solid #333;
	color:#333;
}
a:visited {
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px solid #333;
	color:#333;
}
a:hover {
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px dotted #3FA9F5;
	color:#3FA9F5;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
	margin-left:15px;
	padding: 4px 0 7px 0;
}

