@charset "utf-8";
/* CSS Document */

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	height:1000px;
	background-image: url(gallery/homePage/backgroundPlain.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#home-link {
	position: relative;
	width: 222px;    /* width of the logo */
	height: 100px;   /* height of the logo */
	margin-top:-50px;
	top: 0;
	left: 0; /* top-left corner of logo */
	border: 0;
	clear: both;
	float: left;
	margin-left: 20px;
	

}


body {
	margin:0;
	padding:0;
	background-color: #000000;
	font-family: "Myriad Pro", Arial, sans-serif, "Century Gothic";
	color: #FFFFFF;

}
#menuMove {
	left: 250px;
	top: 58px;
	position: relative;
}

#flushLeft {
	/*	margin-top: 80px;*/
	margin-left: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
#MainTitle {
	/*	background-color:#00CCFF;*/
	font-size: 1.3em;
	color: #FFFFFF;
	margin-left: 80px;
	clear: both;
	float: left;
	width: 850px;

}
#TopPhone {
	
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	top: -20px;
	left: 800px;
	width: 200px;
	margin: 0;
	font-size: 1.2em;
	position: relative;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #E4E4E4;
}

.floatLeft {
	float:left;
	margin:10px;
}

.floatRight {
	float:right;
	margin-left:5px;
}

.clearIt {
	clear:both;
}
.bulleted {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}
#twoColumn {
	width: 1000px;
	margin-left: 80px;
	color: #E6E6E6;
	font-size: 1.2em;
}
