/*

This is the master css sheet for Visage Screen Prints

*/

body {

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

}


#main {

	position: absolute;
	width: 556 px;
	left: 50%;
	margin-left: -228 px;
	right: 50%;
	margin-right: -228 px;
	top: 0px;
	background-image: url(images/bg_main.gif);
	height: 100%;
        border-right: 1px solid black;

}

#side_nav {

	position: relative;
	height: 500px; 
	background-color: black;
	width: 98 px;
	top: -5px;

}

#top_nav {

	position: relative;
	left: 98 px;
	top: -505 px;  

}

#page_content {

	position: relative;
	left: 98 px;
	top: -505 px; 
	background-color: #FFFF99;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 458 px;  
	font-family: Verdana;
	font-size: 12px;

}

#header_links {

	margin-left: 20px;
	font-size: 10px;
	
}


/* html tag attributes */

hr {

	color: black;
	line-height: 4px;

}

td {

	font-size: 12px;
	padding-left: 14px;
	padding-bottom: 14px;

}

form {

	margin-left: 28px;

}


img {

	border: 0 px;
	
}

.float {

	float: left;

}

li {

	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-left: 20px;

}

a {

	font-style: underline;
	color: black;
	
}

a:active {

	font-style: underline;
	color: black;

}

a:hover {

	color: #FF0000;

}

p {

	margin-left: 25px;

}

/* custom attributes */


.ques {

	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	 margin-left: 28px;

}

.ans {

	display: block;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana;
	 margin-left: 28px;

}
