/* ---------------------------------------
	CSS Stylesheet for In Touch Productions
	All content copyright Nathan Littleton and Future Visions
--------------------------------------- */

/* ---------------------------------------
	STRUCTURE
--------------------------------------- */
html{
;
}

body{
font-family: Georgia, "Times New Roman", "Trebuchet MS", Tahoma, Serif;
background-color: black;
background-image: url('../images/bg.jpg');
margin-top: 20px;
background-position: top center;
font-size: 11px;
color: #3f3732;
text-align: center;
}

/* ---------------------------------------
	COMMON
--------------------------------------- */
*{
padding: 0;
margin: 0;
}

p,li{
line-height: 155%;
margin-bottom: 10px;
}

img{
border: none;
}
/* ---------------------------------------
	LINKS
--------------------------------------- */
a:link{
color: #503b07;
text-decoration: none;
}

a:active{
color: #503b07;
text-decoration: none;
}

a:visited{
text-decoration: none;
color: #503b07;
}

a:hover{
text-decoration: underline;
color: black;
}

/* ---------------------------------------
	HEADINGS
--------------------------------------- */
h1{
;
}

h2{
;
}

h3{
margin-top: 20px;
margin-bottom: 10px;
}

/* ---------------------------------------
	FORMS
--------------------------------------- */
form{

}

label{
font-weight: bold;
}

input[type=text]{
font-family: Georgia, "Times New Roman", Arial;
font-size: 1.3em;
padding: 7px 15px 2px 15px;
border: 0px solid #544728;
border-bottom: 1px solid #544728;
color: #000000;
background: url('../images/input -bg.png') transparent;
width: 250px;
height: 20px;
margin: 5px 0px 0px 0px;
}

textarea{
font-family: Georgia, "Times New Roman", Arial;
font-size: 1.3em;
padding: 7px 15px 2px 15px;
border: 0px solid #544728;
border-bottom: 1px solid #544728;
color: #000000;
background: url('../images/input -bg.png') transparent;
width: 250px;
margin: 5px 0px 0px 0px;
}

select{
;
}

/* ---------------------------------------
	FIXED CONTENT AREA
--------------------------------------- */
#holdbox{
width: 790px;
margin-left: auto;
margin-right: auto;
}

/* ---------------------------------------
	MENU NAV
--------------------------------------- */
.menuitem{
margin-left: 50px;
}

/* ---------------------------------------
	CONTENT
--------------------------------------- */
#head{
width: 790px;
height: 39px;
background-image: url('../images/head.png');
background-repeat: no-repeat;
padding-top: 250px;
}

#content{
text-align: left;
background-image: url('../images/middle.png');
background-repeat: no-repeat;
padding-left: 70px;
padding-right: 70px;
padding-top: 0px;
width: 650px;
height: 546px;
}

.left-box{
width: 315px;
float: left;
padding-right: 10px;
}

.right-box{
width: 315px;
float: left;
padding-left: 10px;
}

.castpic{
float: right;
padding-left: 20px;
padding-bottom: 20px;
}

/* ---------------------------------------
	FOOTER
--------------------------------------- */
#foot{
background-image: url('../images/foot.png');
background-repeat: no-repeat;
width: 790px;
height: 150px;
margin-bottom: 30px;
}
