/*
*
*	Pixaria Gallery
*	Copyright Jamie Longstaff
*
*/

/* Main DOM elements
----------------------------------------------- */

body
	{
	font-family: Verdana, Arial, Helvetica;
	margin:0px;
	width:100%;
	background-color:#fff;
	color: #444;
	text-align:center;
	}

h1
	{
	font-weight:normal;
	margin:0px 0px 4px 0px;
	font-size:14pt;
	letter-spacing: 0.2em;
	}

h2
	{
	font-weight:normal;
	margin:0px 0px 1px 0px;
	font-size:12pt;
	}

h3
	{
	font-weight:bold;
	margin:0px 0px 1px 0px;
	font-size:10pt;
	line-height:15pt;
	}

p,div,td
	{
	font-family:Helvetica,  Geneva, Arial,Sans-Serif;
	font-size:9pt;
	line-height:12pt;
	}

a:link,a:visited,a:active
	{
    text-decoration: none;
	color: #C20D20;
	}

a:hover
	{
	/*text-decoration:underline;*/
	color: #555;
	}

li
	{
	margin-top:9pt;
	}

form
	{
	margin:0px;
	}



/* ID Entities
----------------------------------------------- */

#masthead /* Defines the background image and style of the main masthead */
	{
	height:95px;
	background-image:url('/gallery/resources/themes/foodagency/images/foodagency_logo.jpg');
    background-repeat: no-repeat;
	background-position: left top;
    background-color: #FFF;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	}
	
#copyright /*  */
	{ 
	margin-top: 10px;
	background-color:#FF9900;
	padding:20px;
	font-size:9px;
	}

#content
	{
	margin:0px auto;
	width:100%;
	text-align:left;
	min-width:900px;
	}


.orange-sep
	{
	padding:20px;
	/*background:#BBB;*/
    background:#FF9900;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14pt;
	font-weight:bold;
    color: #C20D20;
	}
