﻿/* Chrisdiana Catering - Stylesheet
------------------------------------------------------------------*/
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	margin-top: 10px;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
  	background-color: #ffffff;
}

img {
	border: none 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	padding: 5px 10px 5px 20px;
}

h1 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #c6006f;
	text-align: left;
	padding: 5px 0 5px 20px;
}

h2 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #c6006f;
	text-align: left;
	padding: 5px 0 5px 20px;
}

#center {
  	background: #f3901d;
	width: 800px;
	margin: 0 auto;
}

#container {
	width: 800px;
	height: auto;
	position: relative; 
	float: left;	
	display: block; 
}

#leftcolumn {
	background: #f3901d;
	width: 150px;
	position: relative; 
	float: left;	
	display: block; 
}

#leftgraphic {
	background: url('images/left-panel.jpg');
	width: 150px;
	height: 681px;
	position: relative; 
	float: left;	
	display: block; 
}

#block {
	background: url('images/left-panel-block.jpg');
	width: 150px;
	height: 130px;
	margin-top: 180px;
	position: relative; 
	float: left;	
	display: block; 
}

#rightcolumn {
	width: 650px;
	height: auto;
	position: relative; 
	float: left;	
	display: block; 
}

#header {
	background: #f3901d;
	width: 650px;
	height: 180px;
	position: relative; 
	float: left;	
	display: block; 
}

#logo {
	width: 400px;
	height: 180px;
	padding-left: 30px;
	position: relative; 
	float: left;	
	display: block; 
}

#details {
	width: 200px;
	height: 180px;
	padding-left: 20px;
	position: relative; 
	float: left;	
	display: block; 
}

#photos {
	background: #f3901d;
	width: 650px;
	height: 130px;
	position: relative; 
	float: left;	
	display: block; 
}

#dish1 {
	width: 50px;
	height: 130px;
	position: relative; 
	float: left;	
	display: block; 	
}

#dish2 {
	width: 200px;
	height: 130px;
	position: relative; 
	float: left;	
	display: block; 	
}

#dish3 {
	width: 200px;
	height: 130px;
	position: relative; 
	float: left;	
	display: block; 	
}

#dish4 {
	width: 200px;
	height: 130px;
	position: relative; 
	float: left;	
	display: block; 	
}

#bodycontent {
	width: 650px;
	height: auto;
	background: #f3901d;
	position: relative; 
	float: left;	
	display: block; 	
}

#maintext {
	width: 550px;
	padding: 40px 0 10px 40px;
	position: relative; 
	float: left;	
	display: block; 	
}

#footer {
	background: #c6006f;
	font-size: 12px;
	color: #ffffff;
	width: 800px;
	height: 23px;
	position: relative; 
	float: left;	
	display: block; 
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #f3901d;
	text-decoration: none;
}


#address {
	padding: 3px 0 0 10px;
	position: relative; 
	float: left;	
	display: block; 
}

#email {
	padding: 3px 10px 0 0;
	position: relative; 
	float: right;	
	display: block; 
}


