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

@import "reset.css";

body {font-family:PT_Sans, "Palatino Linotype", "Book Antiqua", Palatino, serif; background:#666 }

#wrapper {background-color:#CC3300;}

em {font-style:normal;}

@font-face {font-family: PT_Sans;src: url('fonts/PT_Sans.ttf');}

#nav {
text-align:center;
background-color:#fff;
height:111px;
}

#content1 {
position:relative;
width:900px;
height:565px;
margin:0 auto;
text-align:center;
}

#content1 h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:38px;
	left: 141px;
	font-size:.7em;
	font-style:italic;
	text-align:left;
	color:#000;
	width: 350px;
}

/*-----------Home Page---------------------*/

#content1 p.intro{
	position:absolute;
	top:102px;
	left: 138px;
	width:500px;
	margin:0 auto;
	font-size:15px;
	line-height:1.7;
	text-align:left;
	color:#fff;
}

/*-----------About Page---------------------*/

#content1 p.about{
	position:absolute;
	top:102px;
	left: 138px;
	width:520px;
	margin:0 auto;
	font-size:15px;
	line-height:1.7;
	text-align:left;
	color:#666;
}

/*-----------Work Page---------------------*/

/*-----------Design Page---------------------*/

/*-----------Fun Page---------------------*/



#work-top {
background-color:#CC3300;
text-align:center;
}

#page-title {
position:relative;
width:900px;
margin:0 auto;
height:60px
}

#page-title h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:38px;
	left: 141px;
	font-size:.7em;
	width:410px;
	font-style:italic;
	color:#000;
	text-align:left;
}

#page-title a:link,
#page-title a:visited {
	color:#FFA384;
	text-decoration:none;

}

#page-title a:hover {
color:#fff;
border-bottom:1px dashed #fff;
}

#work-bottom {
padding-top:1em;
padding-bottom:1em;
background-color:#000;
text-align:center;
}

/*-----------Form---------------------*/


#formContainer{
	position:absolute;
	top:78px;
	left: 87px;
	width:600px;
	margin:0 auto;
	font-size:15px;
	line-height:1.7;
	text-align:left;
	color:#666;
}

#formContainer p {
margin:40px 0px 50px 0px;
text-align:center;
}

/*-----------Footer---------------------*/

#footer {
border-top:10px solid #000;
text-align:center;
background-color:#888;
color:#444;
padding:10px;
font-size:.6em;
font-weight:bold;
letter-spacing:.15em;
}

#footer a:link, #footer a:visited {
color:#444;	
text-decoration:none;
border-bottom:1px dashed #444;
}
	
#footer a:hover {
color:#fff;	
text-decoration:none;
border-bottom:1px dashed #fff
}
