/* To use in tables, tr and tds that are used only for structure, without border or margins */
/****************************
 *			GENERAL			* 
 ****************************/
.struct {
	border-collapse : collapse;
	border: 0px;
	padding : 0px;
	margin :  0px;
}

hr {
	border: 1px solid #4f2c2a;
	margin: 0px 15px 0px 15px;
}

html , body {
	background-color : #ffffff;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	vertical-align : top;
}

img {
	border: 0px;
}

.programlisting { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 9pt;
    white-space: pre;
}

/****************************
 *			MENU			* 
 ****************************/
.menu {
	/*background-color: #9d8f64;*/
	background: url('../img/m_background_9D8F64.jpg');
	width: 150px;
	border-collapse : collapse;
	vertical-align: top;
}

.menu td {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px; 
}

.menu td hr {
	margin: 0px 15px 0px 15px;
}

/****************************
 *		   FOOTER			* 
 ****************************/
.footer {
	background: url('../img/m_background_9D8F64.jpg');
	border-collapse : collapse;
	text-align: center;
}

/****************************
 *		   CONTENT			* 
 ****************************/
.content {
	background-color: #ffffff; 
	width: 650px;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #9d8f64;
	margin-left: 20px;
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.article {
	margin-left: 10px;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #4f2c2a;
	text-decoration: none;
	margin-left: 15px;
	width: 200px;
}

/****************************
 *			MISC			* 
 ****************************/
.screenshots {
	border-collapse : collapse;
	border: 0px;
	padding : 0px;
	margin :  0px;
}

.screenshots td {
	text-align: center;
}

.last {
	text-align: center;
}

 