body {
	font-family: verdana, Helvetica, sans-serif; /*fonts for the main document*/
	font-size: 12px; /*font size for the main document*/
	text-align: center;
	color: #484941; /*font color for the main document*/
	background-color: #f8f8f3; /*background color*/
	background-image: url(images/bg.png); /*our background image*/
	background-repeat: repeat-x;
	margin-top:0;
}


/*CONTAINER STYLES*/
#container {
	width: 800px; /*the bottom margin is the negative value of the footer's height*/
	height:700px;
	margin-top:0;
	margin: auto;
	text-align: left;
}

#content {
	width: 300px; /*the bottom margin is the negative value of the footer's height*/
	height:392px;
	margin-top:40px;
	text-align: left;
	position: absolute;
}

.animation_home{
	float:right;
	width: 152px; /*the bottom margin is the negative value of the footer's height*/
	height:392px;
	margin-top:0;
	margin-left:640px;
	padding:0;
	position: absolute;
	background-image:url(images/me-hello.gif);
	background-repeat:no-repeat;
}

.animation_about{
	float:right;
	width: 166px; /*the bottom margin is the negative value of the footer's height*/
	height:392px;
	margin-top:0;
	margin-left:630px;
	padding:0;
	position: absolute;
	background-image: url(images/about-me.gif);
	background-repeat: no-repeat;
}

.animation_blog{
	float:right;
	width: 308px; /*the bottom margin is the negative value of the footer's height*/
	height:431px;
	margin-top:0;
	margin-left:505px;
	padding:0;
	position: absolute;
	background-image:url(images/blog-me.gif);
	background-repeat:no-repeat;
}

.animation_web{
	float:right;
	width: 208px; /*the bottom margin is the negative value of the footer's height*/
	height:377px;
	margin-top:0;
	margin-left:505px;
	padding:0;
	position: absolute;
}

.animation_contact{
	float:right;
	width: 427px; /*the bottom margin is the negative value of the footer's height*/
	height:370px;
	margin-top:0px;
	padding:0;
	position: absolute;
	margin-left: 390px;
	background-image:url(images/contact-me.gif);
	background-repeat:no-repeat;
}

.content_illustration{
float:left;
width: 800px; /*the bottom margin is the negative value of the footer's height*/
height:558px;
margin-top:0;
margin-left:0;
}

.content_web{
	float:left;
	width: 800px; /*the bottom margin is the negative value of the footer's height*/
	height:558px;
	margin-top:0;
	margin-left:0;
}
.web_animation{
	float:left;
	width: 400px; /*the bottom margin is the negative value of the footer's height*/
	height:332px;
	margin-top:0px;
	margin-left:60px;
	position: absolute;
}

.me_illustration{
float: left;
width: 152px;
height: 558px;
}


.showcase_illustration{
width:463px;
height:271px;
margin-top:70px;
margin-left:52px;
}

.showcase_illustration-1{
width:565px;
height:390px;
margin-top:32px;
margin-left:150px;
}
#buttons{
margin-top: -200px; /*places a top margin*/
margin-left:300px;
}
.nav_links ul {
list-style:none; /*removes bullet points from a list*/
display: inline; /*displays links inline*/
}
.nav_links li {
list-style:none; /*removes bullet points from a list*/
display: inline; /*displays links inline*/
color: #f7f6f1; /*color of the link*/
}
.nav_links a {
padding-left: 10px; 
padding-right: 10px; 
text-decoration: none; /*removes link underscore*/
text-transform: uppercase; /*all links will be in capitals*/
color: #f7f6f1; /*color of the link*/
font-weight: bold; /*makes links in bold*/
}
.nav_links a:hover {
color: #0099FF; /*color of the links on mouseover*/
}



#head_wrap {
height: 142px; /*head wrap will be 90 px high*/
width: 800px; /*head wrap will be 800 px wide*/
margin-top:0;
padding:0;
}

#banner{
height: 100px; /*head wrap will be 90 px high*/
width: 800px; /*head wrap will be 800 px wide*/
background-image: url(images/logo.png); 
background-repeat: no-repeat;
margin-top:0;
margin-bottom:0;
}

/*NAVIGATION STYLES*/
#navigation {
width: 800px;
height: 42px;
margin-top: 0; /*places a top margin*/
margin-right: 0; /*places a top margin*/
margin-left:0;
padding:0;
}



/*text STYLES*/



.welcome_text{
	margin-top: 30px;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:40px;
	width: 500px;
	padding: 0;
}

.blog_text{
	margin-top: 30px;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:40px;
	width: 400px;
	padding: 0;
}

.contact_text{
	margin-top: 15px;
	margin-left:20px;
	margin-right:30px;
	margin-bottom:10px;
	width: 300px;
	padding: 0;
	height: 170px;
}

.blog{
width: 505px;
height:558px;
float:left;
background-image:url(images/home_text_bg.png);
background-repeat:no-repeat;
}

.contact{
width: 386px;
height:558px;
float:left;
background-image:url(images/contact-bg.png);
background-repeat:no-repeat;
}


h1{
font-size: 20px; /*content footer text has a font size of 12px*/
text-align: justify; /*description text is justifyed for nice clean columns*/
text-transform:uppercase;
color:#001873;
line-height:30px; /*description text has a line height of 20px to space out the paragraph*/
overflow: hidden; /*text that overflow the box will be hidden*/
margin-bottom:0px;
text-align:center;
}

p{
font-size: 12px; /*content footer text has a font size of 12px*/
line-height:16px; /*description text has a line height of 20px to space out the paragraph*/
text-align: justify; /*description text is justifyed for nice clean columns*/
overflow: hidden; /*text that overflow the box will be hidden*/
margin-top: 10px;
margin-bottom:0;
}

a:link{
color:#2b407f;
text-decoration:none;
}

a:hover{
color:#2b407f;
text-decoration: underline;
}

ul{
font-size: 12px; /*content footer text has a font size of 12px*/
line-height:16px; /*description text has a line height of 20px to space out the paragraph*/
text-align: justify; /*description text is justifyed for nice clean columns*/
overflow: hidden; /*text that overflow the box will be hidden*/
margin-top:10px;
margin-bottom:0;
margin-left:5px;
list-style-type: circle;
list-style-position: outside;
}

li{
margin-top:5px;
margin-bottom:0;
}


#web_buttons_ff{
	margin-top:350px;
	margin-left:300px;
	height: 50px;
	width: 50px;
	position: absolute;
}

#web_buttons_rwd{
	margin-top:350px;
	margin-left:180px;
	height: 50px;
	width: 50px;
	position: absolute;
}



#background-sliced-01 {
	left:24px;
	top:0px;
	width:16px;
	height:392px;
	background-image:url(images/background-sliced_01.gif);
	background-repeat:no-repeat;
	position: absolute;
}


#background-sliced-01_blog {
	left:5px;
	top:0px;
	width:16px;
	height:392px;
	background-image:url(images/background-sliced_01.gif);
	background-repeat:no-repeat;
	position: absolute;
}

#background-sliced-01_contact {
	left:5px;
	top:100px;
	width:16px;
	height:200px;
	background-image:url(images/background-sliced-contact_01.gif);
	background-repeat:no-repeat;
	position: absolute;
}

#background-sliced-02 {
	left:40px;
	top:0px;
	width:550px;
	height:392px;
	background-image:url(images/background-sliced_02.gif);
	background-repeat:repeat-x;
	position: absolute;
}

#background-sliced-02_blog {
	left:21px;
	top:0px;
	width:459px;
	height:392px;
	background-image:url(images/background-sliced_02.gif);
	background-repeat:repeat-x;
	position: absolute;
}

#background-sliced-02_contact {
	left:21px;
	top:100px;
	width:350px;
	height:200px;
	background-image:url(images/background-sliced-contact_02.gif);
	background-repeat:repeat-x;
	position: absolute;
}

#background-sliced-04 {
	left:590px;
	top:0px;
	width:16px;
	height:392px;
	background-image:url(images/background-sliced_04.gif);
	background-repeat:no-repeat;
	position: absolute;
}

#background-sliced-04_blog {
	left:480px;
	top:0px;
	width:16px;
	height:392px;
	background-image:url(images/background-sliced_04.gif);
	background-repeat:no-repeat;
	position: absolute;
	margin-left: 0px;
}


#background-sliced-04_contact {
	left:371px;
	top:100px;
	width:16px;
	height:200px;
	background-image:url(images/background-sliced-contact_04.gif);
	background-repeat:no-repeat;
	position: absolute;
}

.signature{
	width: 170px;
	height: 79px;
	position: absolute;
	margin-top: 240px;
	margin-left: 60px;
}

#buttons_grd{
	top: 350px;
	position:absolute;
	left: 274px;
	display: inline;
	width: 259px;
	height: 36px;
}
