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

/*
Description: CSS code for the TORRICE PRODUCTIONS website.
Hand Coded by: biZo of cs Digital Media
Website: http://www.citesix.com
*/

/********* START UNIVERSAL ***************/

body {
			background-color: #fff;
			background-image: url(../images/bg_sliver.jpg);
			background-repeat: repeat-y;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #648a2f;
}

#header {
			width: 275px;
			height: 123px;
			position: absolute;
			left: 100px;
			background-image: url(../images/header.jpg);
}

#header_bottom {
			width: 275px;
			height: 8px;
			background-image: url(../images/header_bottom.jpg);
			position: absolute;
			top: 302px;
			left: 100px;
}

/********* END UNIVERSAL ***************/


/********* START LINKS ***************/

a:link {
			color: #648a2f;
}
a:visited {
			color: #648a2f;
}
a:hover {
			color: #000000;			
}

/********* END LINKS ***************/


/********* START NAVIGATION ***************/

#nav {
			position: absolute;
			left: 100px;
			top: 310px;
}

/********* END NAVIGATION ***************/


/********* START INDEX ***************/
/********* END INDEX ***************/


/********* START ABOUT ***************/

#about_content {
			position: absolute;
			left: 385px;
			top: 312px;
			height: 1200px;
			width: 600px;
}

#about_content strong{
			font-weight: 900;
			color: #000000;
			
}

#photos {
			position: absolute;
			height: 310px;
			width: 600px;
			background-image: url(../images/photos/photo_montage.jpg);
			left: 385px;
			top: 0px;
}

#whatwedo {
			position: relative;
			width: 600px;
			height: 84px;
			background-image: url(../images/whatwedo.jpg);

}

/********* END ABOUT ***************/


/********* START REVIEWS ***************/

#quote_content {
			position: relative;
			height: auto;
			width: 600px;
			font-size: .9em;
			color: #648a2f;
}

#quote_content strong{
			font-weight: 900;
			color: #000;
}

/********* END REVIEWS ***************/


/********* START CONTACT ***************/

#contact_content {
			position: absolute;
			left: 385px;
			top: 367px;
			height: auto;
			width: 600px;
}

#contact_content strong{
			font-weight: 900;
}

/********* END CONTACT ***************/