/* --------------------------------------------------------
    Main stylesheet
    Site: mahaloola.COM
    Created by: Martin Gauthier - martin@codemountain.ca
	Filename: css/main.css
   -------------------------------------------------------- */
   
/* --------------------------------------------------------
    COLORS
	

   -------------------------------------------------------- */

body	{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../../img/back-1.gif);
	background-repeat: repeat;
	color:#cccc99;
	font-size:13px;
	font-weight:normal;
	line-height:17px;
	padding:0;
	margin:0;
	text-align: center}

:focus { outline: none;}
div, p {margin:0;padding:0}
.content1 table, td{color:#cccc99}
p{margin-bottom:17px;}
/* -------------------------------------------
		TEXT - LINKS - TITLES - USED for WYSIWYG
 -------------------------------------------*/

a:link, a:visited, a:active	 {color:#eed7a1; text-decoration:none; outline:none; font-weight:normal; }
a:hover{color:#eed7a1; text-decoration:underline; outline:none;font-weight:normal}

a.grey1:link, a.grey1:visited, a.grey1:active{color:#999999; text-decoration: none;}
a.grey1:hover {color:#999999; text-decoration: underline;}

.boldred{font-weight: bold; color:#cc1900}

h1	{font-size:25px;margin:0;padding:0;font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif ; line-height:30px; color: #cc1900;position: relative; margin-top:40px; margin-left:44px; margin-bottom:13px;}
h2	{font-size:20px;margin:0;padding:0;font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif ; line-height:30px; color: #cc1900;position: relative;margin-left:44px; margin-bottom:13px;}

.content1{width: 415px; margin-left:44px;}
.content1 ul{margin-left: 0; padding-left:17px}
.content1 table{width:420px; line-height: 20px; font-size: 14px}
td.menuleft{width: 390px;}


.text_color_beige{color:#cccc99;}
.text_color_rouge{color:#cc1900;}
.text_color_black{color:#000;}
.text_color_white{color:#fff;}


.text_size_normal{font-size:13px;}
.text_size_small{font-size:11px;}
.text_size_bigger{font-size:16px;}
.text_size_biggest{font-size:20px;}
