/* Lomonaco International Artists Management Style Sheet
   Produced by Patrick Gordon
   Rockmill Webspinners for Mono Industries
   www.rockmill.co.uk / www.monoindustries.com
   
   Ref: Green  = #999900;
        Blue   = #669999;
		Gray   = #a5b3ab;
*/

* {
	margin : 0;
	padding : 0;
}

BODY {
	color : #999900;
	font-size : 80%;
	font-family : arial, helvetica, sans-serif;
	text-align : center;
	margin-top : 28px;
}

DIV#container {
	margin-left : auto;
	margin-right : auto;
	width : 966px;
	text-align : left;
}

DIV#header {
	margin-bottom: 10px;
}

DIV#LomonacoName {
	font-size: 110%;
	font-weight: bold;
	float: left;
	padding-left: 10px;

}

DIV#LomonacoContact {
	font-size: 110%; /* was 95 */
	float: right;
	padding-right: 10px;
}

DIV#LomonacoContact A {
	text-decoration : none;
	color : #999900;
}

DIV#LomonacoContact A:hover {
	text-decoration : underline;
	color : #999900;
}

DIV#leftCol {
	float: left;
	width: 200px;
	padding-left: 10px;
}

DIV#content {
	width: 360px;
	height: 435px;
	overflow: auto;
	overflow-x: hidden;
	margin-left: 0px;
	line-height: 150%;
	/*color: #5c5b02;*/
}

DIV#content H1 {
	margin-right: 5px;
	font-size: 1.3em;
}

DIV#content P {
	margin-right: 5px;
}

DIV#rightCol {
	float: right;
	width: 360px;
	padding-right: 20px;
}

DIV#mainNav, DIV#artistsnav {
	margin-bottom: 1em;
}

DIV#mainNav A {
	text-decoration : none;
	color : #669999;
	font-size: 2em;
	line-height: 150%;
	font-weight: normal;
}

DIV#mainNav A:hover {
	text-decoration : none;
	color : #999900;
	font-size: 2em;
	font-weight: normal;
}

#homepage DIV#mainNav #welcome, #servicespage DIV#mainNav #services, #artistspage DIV#mainNav #artists, #otherpage DIV#mainNav #otherp, #contactpage DIV#mainNav #contact {
	color : #999900;
}

DIV#secondNav A, DIV#artistsnav A {
	text-decoration : none;
	color : #a5b3ab;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 150%;
}

DIV#secondNav A:hover, DIV#artistsnav A:hover {
	text-decoration : none;
	color : Black;
	font-size: 0.9em;
	font-weight: bold;
}

DIV#logo {
	margin-top: 5px;
}

P, FORM, TABLE {
	margin-bottom: 1em;
}

TABLE#artistlinks {
	border-collapse : collapse;
	border-spacing : 0;
	empty-cells : show;
}

TABLE#artistlinks TD {
	vertical-align: top;
	color: #669999;
	padding: 5px;
}

TABLE#artistlinks TD A {
	color: #669999;
}
TABLE#artistlinks TD A:hover {
	color: #999900;
}

TABLE#artistlinks TD A.notbold {
	color: #669999;
	font-weight: normal;
}
TABLE#artistlinks TD A.notbold:hover {
	color: #999900;
	font-weight: normal;
}

A {
	color: #a5b3ab;
	text-decoration : none;
	font-weight: bold;
}
A:hover {
	color: Black;
	text-decoration : underline;
	font-weight: bold;
}
