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;
    background: transparent;
}

body {
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Arial, sans-serif;
    text-align: center;
    background: #ffffff;
	color: #828282;
	text-align: left;
}
#container
{
	width: 725px;
    margin: 0px auto;
}
#phoneNumber
{
	font-size:16px;
	text-align: right;
	margin-top:10px;
	margin-bottom:10px;
}
#nav
{
	margin-bottom:10px;
}
#homepage_bottom_section
{
	margin-top: 10px;
	margin-bottom:10px;
	height:303px;
}
#you
{
	width:155px;
	padding: 50px 10px 0 10px;	
	margin-right: 8px;
	height: 253px;
	background: url(../images/box_you.jpg);
	font-size:10px;
	text-align:left;
	float:left;
}
#portfolio
{
	width:338px;
	padding: 50px 10px 0 10px;	
	margin-right: 8px;
	height: 253px;
	background: url(../images/box_portfolio.jpg);
	font-size:10px;
	text-align:left;
	float:left;
}

#contact
{
	width:141px;
	padding: 50px 10px 0 25px;	
	height: 253px;
	background: url(../images/box_contact.jpg);
	font-size:10px;
	text-align:left;
	float:left;
}
#footer
{
	clear: both;
	font-size:11px;
	margin-top:20px;
	margin-bottom:10px;
}
#fullContent
{
	width:725px;
}
#fullContentTop
{
	width:725px;
}
#fullContentCenter
{
	width:663px;
	padding: 10px 30px 10px 30px;
	min-height:200px;
  	height:auto !important;
  	height:200px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
#fullContentCenterServices
{
	width:663px;
	padding: 10px 30px 10px 30px;
	min-height:550px;
  	height:auto !important;
  	height:550px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}

#fullContentCenterNoPadding
{
	width:721px;
	padding: 10px 0px 10px 2px;
	min-height:200px;
  	height:auto !important;
  	height:200px;
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
}
#fullContentBottom
{
	width:725px;
}

.indent
{
padding-left:20px;
}
.black
{
color: #000000;
}
