/* ----------- overall page settings ----------- */
body {
	background-color: white;
	color: maroon;
	font-family: monospace;
}

h1#title{
	text-align: center;
}

.max_width{
	width: 100%;
}

/* ----------- layout settings ----------- */
div.content{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

td.browser{
	width: 120px;
	vertical-align: top;
}

td.seperator{
	padding-left: 5px;
	padding-right: 5px;
	width: 1px;
	background-image: url('/img/seperator.png');
	background-repeat: no-repeat;
}

td.content{
	width: 670px;
	vertical-align: top;
}

img.main_img{
	width: 100%;
}

td.main_img{
	width: 100%;
}

/* ----------- other page settings ----------- */

#control_left{
	font-weight: bold;
	text-align: left;
	font-size: medium;	
}

#control_right{
	font-weight: bold;
	text-align: right;
	font-size: medium;
}

/* ----------- content page settings ----------- */

table#content{
	border-style: solid;
	border-width: thin;
	border-color: #fafafa;
	width:  100%;
	height: 100%;
}

#main_txt{
	border-style: solid;
	border-width: thin;
}


td.description{
	width: 70%;
	vertical-align: top;
}

td.details{
	width: 30%;
	vertical-align: top;
}

p.description{
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: medium;
}

p.details{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: medium;
}


