body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #121111;
	background-color: #121211;
}

h2 {
	color: #0099B2;
}

p {
	margin-left: 5px;
}

#all {
	width:100%;
	background-image: url(img/bgTop.jpg);
	background-repeat: repeat-x;
	background-color: White;
}

#content {
	margin-left: auto;
   margin-right: auto;
	width: 720px;
}

#top {
	height:154px;
}

#logo {
	position:relative;
	float: left;
	margin-left: -130px;	
}

#menu{
	font-size: 1.2em;
	margin-top: 120px;
	margin-right: 10px;
	float: right;
	color: Silver;
}

#menu li {
	padding-left: 15px;
	display: inline;
}

#header {
	height:202px;
	width: 720px;
}

#pitch {
	font-size: 1.2em;
	width:460px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 60px;
	color: White;
}

#phone {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 35px;
	margin-bottom: 39px;
	float: right;
	height: 128px;
	width: 220px;
	text-align: center;
	color: White;
}

#info {
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;

}

#column1 {
	font-size: 0.9em;
	width:460px;	
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background-color: White;
}

#column2 {
	font-size: 0.8em;
	width:220px;	
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background-color: White;
}

#bottom {
	font-size: 0.6em;
	width:100%;
	height: 48px;
	text-align: center;
	background-image: url(img/bottom.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	background-color: #121211;
	color: White;
}

ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 13px;
}


a:link, a:visited {
	color: Silver;
	text-decoration: none;
}
a:hover {
	color: #0099B2;
}

a.lien1:link, a.lien1:visited {
	color: #E11D0C;
}

a.lien1:hover {
	color: White;
	background-color: #E11D0C;
}

a img {
  border:  none;
}

p {
	padding: 0px;
}

.text1 {
	color: #E11D0C;
	font-weight: bold;
	}
	
#myGallery
{
width: 460px !important;
height: 240px !important;
border: 0px !important; 
}

.cleft {
	float: left;
	width: 80px;
	text-align: right;
}
.cright {
	float: right;
	width: 380px;
}

#contact input, #contact select, #contact textarea
{
	margin-left: 1%;
	width: 80%;
	border: #CCC 1px solid;
	background-image: url(img/cBg.jpg);
	background-repeat: repeat;
}

#contact input:hover, #contact select:hover, #contact input:focus, #contact select:focus, #contact textarea:focus, #contact textarea:hover
{
	border: #999 1px solid;
}

#contact input[type="submit"]
{
	border: #CCC 1px solid;
	background-image: none;
	background-color: #DDDDDD;
	font-weight: bold;
}

#contact input[type="submit"]:hover
{
	background-color: #E11D0C;
	border: #CCC 1px solid;
	color: White;
}

a.real img, a.real:visited img, a.real:active img, a.real:active img
    {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    }


a.real:hover img
    {
    border-right: 2px solid #E11D0C;
    border-bottom: 2px solid #E11D0C;
    }

