/*CSS style sheet - Trice-Media.com  */


/*Generic settings*/
body,
html 
{
	margin:0px;
	color:#ffffff;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	padding: 0px;
  	font-size: 0.9em;
}

img
{
	border:0;
}

a
{
	/*font-size: 1.2em;*/
	color:#767676;
}

a:hover
{
	color:#ca8f2f;
}


/* wrap container */
#wrap 
{
	width:960px;
	margin:0 auto;
	background:#10171e;
}


/* header container */
#header 
{
	background:#ffffff;
	min-height: 150px;
}


/* main container */
#main 
{
	
	width:960px;
	height:245px;
	background:#10171e;
	color: #767676;
	
}

#main h2 
{
	padding:10px 0px 0px 0px;
	margin:0px 25px 25px 25px;
	color: #ca8f2f;
}

#main p
{
	margin:5px 25px 5px 25px;
}

/*mainLeft container*/
#mainLeft
{
	width:450px;
	float: left;
}

/*mainRight container*/
#mainRight
{
	width:450px;
	float: right;
	padding:10px 0px 0px 0px;
	
	position: relative;

	
}

/*image gallery*/
div#imageList
{	
	margin:2px;
	padding: 0px 50px 0px 50px;
	height:110px;
	width:auto;
	float:inherit;
	clear:both;
}

div#imageList img
  {
  float:left;
  position: relative;
  display:inline;
  margin:3px;
  border:1px solid #767676;
  }

div.desc
  {
  float:right;
  text-align:left;
  font-weight:normal;
  width:350px;
  
  margin:2px;
  }


/* footer container */
#footer 
{
	clear:both;
	padding:5px 10px;
	background:#000000;
	margin: 0px 0px 0px 0px;
	font-size: 0.6em;
	text-align: center;
	color:#767676;
}

#footer p 
{
	margin:0;
}

#footer a
{
	color:#767676;
}

#footer a:hover
{
	color:#ca8f2f;
}

/* break container */
.break
{
	padding: 2.5px;
  	margin: 0px 0px 0px 0px;
	background:#767676;
}
