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

body, html {
margin:0px;
padding:0px;
text-align:center;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-color:#c1bebb;
}

#wrap {
width: 1050px;
background-color:#fff;
margin:0px auto;
text-align:left;
border-left:#666666 thin solid;
border-right:#666666 thin solid;
}

#main {
padding: 13px 40px 0 0;
float:right;
width:750px;
background:#fff;
height: 650px;
text-align:justify;
}

#Lsidebar {
padding: 0 0 0 50px;
background: #fff;
float: left;
width: 180px;
height: 630px;
border-right: #CCCCCC thin dashed;
}

#Lsidebar p {
font-size:12px;
color:#333333;
letter-spacing:.8px;
line-height: 20px;
font-weight:800;
}

p {
font-size:13px;
color: #4a4a49;
letter-spacing:.8px;
line-height: 20px;
}

h1 {
font-size: 28px;
	color: #cac2b9;
	letter-spacing:1px;
	
	
	}


#main a {color:#333; text-decoration:none; }
#main a:hover {color:#333; text-decoration:underline;}





.projects a:link {color:#fff;text-decoration:underline; letter-spacing: 1px;}     /* unvisited link */
.projects a:visited {color:#fff;text-decoration:underline; letter-spacing: 1px;}  /* visited link */
.projects a:hover {color:#666666; text-decoration:underline; letter-spacing: 1px;} /* mouse over link */
.projects a:active {color:#FFF; text-decoration:underline; letter-spacing: 1px;}  /* selected link */


#footer {
clear:both;
background-color:#fff;
text-align:center;
letter-spacing:.25px;
padding-top: 1px;
padding-bottom: 1px;
color:#333;
border-top:#666666 thin solid;
}

#footer p{
color:#333;
font-size:10px;
}

#footer a{
color:#333;
}

#footer a:hover{
color:#333;
text-decoration: underline;
}


a:link {color:#999; text-decoration:underline;}      /* unvisited link */
a:visited {color:#FFFF00;text-decoration:none;}  /* visited link */
a:hover {color:#666666; text-decoration:underline;}  /* mouse over link */
a:active {color:#FFF;}  /* selected link */



table
{
border-collapse:collapse;
}
td {
padding:5px;
}
