@charset "utf-8";
/* CSS Document */

#content {
	width:900px;
	font-size:14px;
}

#header {
	text-align:left;
	width:900px;
}

.color {
	background-image:url(http://www.parkmysite.net/templates/images/gradient.png);
	background-repeat:repeat-x;
}

#header_content {
	padding:20px 20px 20px 20px;
	text-align:left;
}

h1 {
	color:#fff;
	margin:0px;
	font-size:28px;
	display:inline;
}

#domain {
	color:#fff;
	font-size:12px;
	display:inline;
	margin-left:1px;
}

#description {
	color:#fff;
	font-size:12px;
}

#left {
	float:left;
	width:620px;
	text-align:left;
	background:#fff;
}

#left_top {
	background:url(http://www.parkmysite.net/templates/images/left_top.gif) no-repeat;
	width:620px;
	height:14px;
	float:left;

}

#left_content {
	padding:10px 40px 10px 40px;
}

#right {
	float:right;
	width:250px;
	text-align:left;
}

.search_top {
	background:url(http://www.parkmysite.net/templates/images/search_top.gif) no-repeat;
	width:250px;
	height:27px;
	color:#fff;
}

.search_bottom {
	background:url(http://www.parkmysite.net/templates/images/search_bottom.gif) no-repeat;
	width:250px;
	height:12px;
}

.splink {
	font-size:18px;
}

.spurl {
	text-decoration:none;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}