﻿/* CSS layout */

#container { width:900px; margin-left:auto; margin-right:auto; font-family:Arial, Helvetica, sans-serif;}

#masthead {text-align:center; }

#top_nav { background-color: #5D242F; text-align:center; color:white; font-family:Arial, Helvetica, sans-serif; }

#page_content { margin-left:auto; margin-right:auto; font-size:small; }

#gray { background-color:#F3F3F3; margin-left:auto; margin-right:auto; padding:30px; }
 
#white { background-color:white; width:90%; padding:20px; margin-left:auto; margin-right:auto; overflow:hidden;}

#left{ width:44%; float:left; display:inline; }

#right{ width:54%; float:right; }

#left0{ width:44%; float:left; display:inline; }

#right0{ width:54%; float:right; }

#ba { overflow:auto; height:425px;}

#beforeafter {border:0; width:610px;}

#tips_pak {clear:both; border: thin #D3D3D3 solid; overflow:hidden; padding:15px;}

#logos {text-align:center; font-size:x-small; text-decoration:none; background-image:url('images/logo-back.png'); 
	background-repeat:no-repeat; min-height:113px;}

#footer { text-align:center; font-size:x-small;}

.bold_red {font-weight:bold; color: #5D242F; font-size:medium; font-style:italic;}

hr {color:#5D242F;}

h1 { text-align:center; }
h2 { text-align:center; color:#5D242F;}
h3 { color:#5D242F;}

table {text-align:center; margin-left:auto; margin-right:auto; margin-top:3px; padding-top:10px;}

a:link {color:#5D242F;}      /* unvisited link */
a:visited {color:#5D242F;}  /* visited link */
a:hover {color:#5D242F;}  /* mouse over link */
a:active {color:#5D242F;}  /* selected link */

a.head:link {color:#FFFFFF; text-decoration:none; }      /* unvisited link */
a.head:visited {color:#FFFFFF;text-decoration:none;}  /* visited link */
a.head:hover {color:#FFFFFF; text-decoration:none;}  /* mouse over link */
a.head:active {color:#FFFFFF; text-decoration:none;}  /* selected link */
