/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	
	width: 100%;
	color: white;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	

}

#index
{
	background-image: url('../images/background.png');

}

#container
{
	background: url('../images/flare.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;

	text-align: centre;
}

#topedge
{
	width:100%;
	height:34px;
}

#content
{
	text-align: left;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
}

#flare
{
	
	background: url('../images/topedge.png');
	background-repeat: repeat-x;
text-align: centre;
width:100%;
}

/* My Comment */



#left
{
	width: 440px;
	float: left;
	text-align: right;
	padding-right: 20px;
	padding-top: 50px;
}

#contact
{
	padding-top: 20px;
}

#middle
{
	width: 255px;
	float: left;
}

#right
{
	width:230px;
	float: left;
	padding-top: 140px;
	padding-left: 15px;
	font-style: italic;
}

#phoneleft
{
	float: left;
}

#phoneright
{
	float: left;
}

#phonecontent
{
	float: left;
	height: 250px;
	width: 176px;
}

.car
{
	float: left;
}

h1
{
	font-size: 2.4em;
	margin-bottom: 13px;;
}

h2
{
	padding-bottom: 20px;
	color: #555;
}

#androidlink
{
	margin-top: 20px;
}

p
{
	padding-bottom: 13px;
}

#footer
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-top: dashed 1px #fff;
	padding-top: 30px;
	font-size: 0.7em;
}

#footerleft
{
	width: 688px;
	float: left;
	border-right: dashed 1px #fff;
	text-align: right;
	padding-right: 20px;
}

#footerright
{
	width: 210px;
	float: left;
	padding-left: 20px;
}

#menu li a
{
	color:white;
	text-decoration:none;
	float:left;
	padding-left:20px;
	font-size: 1.3em;
	font-weight:bold;
}

#menu li a:hover
{
	color:white;
	text-decoration:underline;
	float:left;
	padding-left:20px;
	font-size: 1.3em;
	font-weight:bold;
}

#menu
{
padding-left:300px;
padding-bottom:40px;
width:100%;
}

table
{
margin-top:83px;

}

#thetext a
{
	color:white;
	font-weight:bold;
}