@charset "utf-8";
/* CSS Document */
/* AUTHOR: Yizi Cezar */
/* WEBSITE: http://yizi.co.uk */
/* EMIAL: yizi@yizi.co.uk */
/* Created in Coda */

@import url('main.css');
@import url('class.css');
@import url('ie6.css');
@import url('reset.css');
@import url('coda-slider.css');
@import url('jquery.lightbox-0.5.css');
@import url('superfish.css');

#wmainleft
{
   float:left;
   width:600px; 
   margin-left:20px;
   margin-top:20px;
   margin-bottom:20px; 
}
#wmainright
{
	float:right;
	width:250px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px
}
#wmainleft h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom:20px;
}
#wmainleft h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-weight: normal;
	margin-bottom:20px;
}
#wmainleft h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
	margin-bottom:20px;
}
#wmainright h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom:20px;
}

.mynote
{
	background-color: #FFFFEA;
	border: 1px dotted #999999;
	padding: 5px;
}
.mynote2
{
	background-color: #FFFFCC;
	border: 1px dotted #999999;
	padding: 5px;
}