/* CSS Document */

html { overflow: -moz-scrollbars-vertical !important; }

body {
	background-color: #8f98ac;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin: 0;
	padding: 0;	
}

a:link { text-decoration: none; color: #484848; }
a:visited { text-decoration: none; color: #484848; }
a:hover { text-decoration: underline; color: #484848; }
a:active { text-decoration: underline; color: #484848; }

p { margin: 0px; margin-bottom: 10px; }
h1 { font-size: 14px; color: #98b7bf; font-weight: bold; text-transform: uppercase; margin:0px 0px 10px 0px; }
h5 { background-color: #98b7bf; font-size: 14px; color: white; font-weight: bold; text-transform: uppercase; margin:0px 0px 10px 0px; padding:10px; text-align: center; }

table { border: 0px; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
form { margin: 0px; }
input, select, textarea { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
td { vertical-align: top; }
img { margin: 0px; padding: 0px; border: 0px; }
div { padding: 0px; margin: 0px; }

table#header { width: 942px; height: 215px; margin: 0px auto; margin-top: 20px; background-color: white; color: black; }
	table#header td { padding: 0px; }
	table#header td.left { width:669px; }
	table#header td.left img#logo1 { margin-left: 70px; margin-top: 40px; }
	table#header td.left img#logo2 { margin-right: 70px; margin-top: 80px; }
	table#header td.right { width:203px; padding-top: 70px; padding-right: 70px; }
	table#header td.nav { width: 942px; }
	table#header td.nav div#navigation { width:802px; height: 35px; text-align: left; margin: 0px auto; background-color: #98b7bf; color: white; margin-top:20px; font-size: 13px; }
	table#header td.nav div#navigation p { padding-left: 20px; padding-top: 10px; }
	table#header td.nav div#navigation a { color: white; }
		
table#layout { width: 942px; margin: 0px auto; background-color: white; color: black; }
	table#layout td { padding: 0px; }

table#content { width: 942px; background-color: white; color: black; margin: 20px auto; }
	table#content td { padding: 0px; margin: 0px; }

	table#content td.blog { width:942px; }
	
	table#content td.inner { width: 802px; padding-left:70px; padding-right: 70px; }
	table#content td.inner table#sections { }
	table#content td.inner table#sections td.left { width: 450px; }
	table#content td.inner table#sections td.right { width: 348px; }
	
	table#content td.inner table#sections td.left table#images { width: 433px; }
	table#content td.inner table#sections td.left table#images td { }
	table#content td.inner table#sections td.left table#images td img { border: 1px solid #cdcdcd; margin-right: 15px; margin-bottom: 15px; }

	div#content_home_left { }
	div#content_home_right { width: 346px; height: 600px; border: 1px solid #cccccc; }
	div#content_home_right p { line-height: 160%; margin: 10px; }
	div#content_home_right a { color: black; }

	div#content_drawingroom_left { }
	div#content_drawingroom_right { width: 346px; height: 600px; border: 1px solid #cccccc; }
	div#content_drawingroom_right p { line-height: 200%; margin: 10px; margin-bottom: 20px; }
	div#content_drawingroom_right a { color: black; }

	div#content_dressingroom_left { }
	div#content_dressingroom_right { width: 346px; height: 601px; border: 1px solid #cccccc; }
	div#content_dressingroom_right p { line-height: 200%; margin: 10px; margin-bottom: 20px; }
	div#content_dressingroom_right a { color: black; }

	div#content_contact_left { }
	div#content_contact_right { width: 346px; height: 603px; border: 1px solid #cccccc; }
	div#content_contact_right p { line-height: 200%; margin: 10px; margin-bottom: 20px; }
	div#content_contact_right a { color: black; }

	div#content_footer_left { font-size: 12px; }
	div#content_footer_left p { line-height: 190%; }
	div#content_footer_right { font-size: 13px; }
	div#content_footer_right p { line-height: 160%; }

table#footer { width: 942px; margin: 0px auto; background-color: #98b7bf; color: white; margin-bottom: 20px; }
	table#footer td.left { width: 520px; padding: 40px 20px 40px 60px; }
	table#footer td.right { width: 262px; padding: 40px 20px 40px 60px; }
	table#footer td.right a { color: white; }
