/* CSS Document */

/* main css */
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #5c6467;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/reigate-orthodontics_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #A8CEA7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A8CEA7;
}
a:hover {
	text-decoration: none;
	color: #C99667;
}
a:active {
	text-decoration: none;
	color: #A8CEA7;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri;
}
h1 {
	font-size: 18px;
	color: #A8CEA7;
}
h2 {
	font-size: 14px;
	color: #A8CEA7;
}
h3 {
	font-size: 16px;
	color: #FFFFFF;
}
/* End*/


/* Main container */
#maincontainer {
	position: relative;
	width: 960px;
	margin: auto;
	top: 0px;	 
}
/* end */

/* top row container */
#RowNav {
			float: left;
				width: 960px;
}
#RowContent {
	float: left;
	width: 960px;
	background-image: url(../images/inside-pages_06.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#RowFooter {
	float: left;
	width: 960px;
	height: 15px;
	padding-top: 5px;
}
#RowFooterLeft {
			float: left;
				width: 740px;
}
#RowFooterRight {
			float: right;
				width: 220px;
}
#Inside1 {
			float: right;
				width: 960px;
}
#Inside2 {
	float: right;
	width: 880px;
	background-image: url(../images/inside-pages_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 341px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
#Inside3 {
			float: right;
				width: 960px;
}
#LeftColumn {
			float: left;
				width: 410px;
}
#RightColumn {
			float: right;
				width: 410px;
}

#TwoColumn {
		float: left;
		width: 820px;
}