/* CSS Document */



body	{/*background-color: #a4c6de;*/

		 background-image: url(images/bg_horiz.jpg);

		 background-repeat: repeat-x;

		 background-color: #2b2b2b;

		 margin: 0;

		 padding: 0px;

		}

a		{color: #ffffff;

		 text-decoration: underline;

		}

a:hover	{color: #2b85ee;

		 text-decoration: none;

		}

li		{list-style: none;

		}

p		{margin-top: 10px;

		 margin-bottom: 0px;

		 margin-left: 50px;

		 margin-right: 0px;

		}	

/*------------IDs------------------*/	

#container{position: relative;

		 width: 820px;

		 margin: auto;

		 background-color: #ffffff;

		}

#header	{height: 90px;

		 background-image: url(images/header.jpg);

		 background-repeat: no-repeat;

		}

#left	{background-image: url(images/filler.jpg);

		 background-repeat: repeat-y;

		 background-color: #2b2b2b;

		 border: 0px;

		 margin: 0px;

		 padding: 0px;

		 height: 600px;

		 width: 200px;

		 float: left;

		}

#right	{float: right;

		 color: #ffffff;

		 border: 0px;

		 font-family: Trebuchet MS, Times, Arial;

		 font-size: 12px;

		 background-image: url(images/body.gif);

		 margin: 0px;

		 padding: 0px;

		 height: 600px;

		 width: 620px;

		 display: inline;

		}

#footer {width: 820px;

		 height: 60px;

		 clear: both;

		 color: #3B76B2;

		 border: 0px;

		 background-image: url(images/footer.jpg);

		 background-repeat: no-repeat;

		 margin: 0px;

		 padding-left: 50px;

		 text-align: center;

		 vertical-align: bottom;

		 font-family: Arial, Helvetica, sans-serif;

		 font-size: 10px;

		}

a.foot	{color: #3B76B2;

		}

/*-------classes---------*/

.page	{float: left;

		}

.nav	{background-image: url(images/nav_bg.jpg);

		 height: 50px;

		}

.nav a	{background: #2b85ee;

		 width: 125px;

		 text-align: center;

		 vertical-align: top;

		 color: #fff;

		 display: block;

		 float: left;

		 text-decoration: none;

		 line-height: 35px;

		 font-style: normal;

		 font-variant: normal;

		 font-family: Trebuchet MS, Times, Arial;

		 font-size: 12px;

		}

.nav a:hover{background-position: left bottom;

		 background: #3b76b2;

		 color: #fff;

		}

.navon	{background: #0a354e;

		 width: 125px;

		 text-align: center;

		 vertical-align: top;

		 color: #fff;

		 display: block;

		 float: left;

		 text-decoration: none;

		 line-height: 35px;

		 font-style: normal;

		 font-variant: normal;

		 font-family: Trebuchet MS, Times, Arial;

		 font-size: 12px;

		}

.blank	{width: 175px;

		 float: left;

		}

/*-----------------resume page----------------*/

#leftres{background-image: url(images/filler.jpg);

		 background-repeat: repeat-y;

		 background-color: #2b2b2b;

		 border: 0px;

		 margin: 0px;

		 padding: 0px;

		 height: 800px;

		 width: 200px;

		 float: left;

		}

#rightres{float: right;

		 color: #ffffff;

		 border: 0px;

		 font-family: Trebuchet MS, Times, Arial;

		 font-size: 12px;

		 background-image: url(images/body.gif);

		 margin: 0px;

		 padding: 0px;

		 height: 800px;

		 width: 620px;

		 display: inline;

		}

