@charset "utf-8";
/* CSS Document */

body {
	margin: 3px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	color: #0000FF;
	text-align: center;
}
#main img {
	float: left;
	text-align: center;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009900;
	border-right-color: #0099CC;
	border-bottom-color: #990099;
	border-left-color: #CC3300;
	height: 96px;
	width: 96px;

}
#main_tools img {
	float: left;
	text-align: center;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #0099CC;
	border-bottom-color: #990099;
	border-left-color: #CC3300;
	height: 150px;
	width: 150px;

}
#emoticons img {
	float: left;
	text-align: center;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #0099CC;
	border-bottom-color: #990099;
	border-left-color: #CC3300;
	height: auto;
	width: auto;
	display: block;
}
/****************************************************************************

Master head

***************************************************************************/
 #masthead a {
	color: #FFFFFF;
	text-decoration: none; 
 }


#masthead {
	background-repeat: repeat-x;
	width: auto;
	height: 218px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../img/msgr-fun_04.jpg);
}
#mast_left {
	background-image: url(../img/msgr-fun_03.jpg);
	float: left;
	width: 136px;
	visibility: visible;
	height: 218px;
	background-repeat: no-repeat;
}

#mast_right{
	background-image: url(../img/msgr-fun_06.jpg);
	float: right;
	width: 136px;
	height: 218px;
	background-repeat: no-repeat;
}
/****************************************************************************

three columns

***************************************************************************/
#leftcolumn {
	float: left;
	width: 18%;
	margin-top: 2px;
	margin-left: 3px;
}

#rightcolumn {
	float: left;
	width: 18%;
	margin-top: 2px;
	margin-left: 1px;
}

#main {
	float: left;
	width: 63%;
	margin-top: 2px;
	margin-left: 1px;
	background-color: #FFFFFF;
}
#main_tools {
	float: left;
	width: 63%;
	margin-top: 2px;
	margin-left: 1px;
	background-color: #66CC99;
}
#main_tools a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
	letter-spacing: 0.7mm;
}

#footer {
	clear: both;
	padding-bottom: 6px;
	border-top: 1px solid #333;
	text-align: center;
	padding-top: 6px;
}
#footer a {
	font-size: 16px;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}


/****************************************************************************

Left Menu

***************************************************************************/

#menu {
	width: 175px;
	margine: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3D261D;
	border-right-color: #3D261D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#menu li a {
	
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;

		height: 24px;
}

#menu li a:link, #menu li a:visited {
	background-image: url(../img/menu.gif);
	display: block;
	padding: 8px 0 0 10px;
	color: #0066FF;
}

#menu li a:hover {
	background-image: url(../img/menu.gif);
	background-position: 0px -32px;
	padding: 8px 0 0 10px;
	
	color: #FFF;
}
/****************************************************************************

Right Menu

***************************************************************************/


#rightmenu {
	width: 175px;
	margine: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3D261D;
	border-right-color: #3D261D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: right;
}

#rightmenu li a {
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	height: 24px;
	font-size: 16px;
}

#rightmenu li a:link, #rightmenu li a:visited {
	background-image: url(../img/menu3.gif);
	display: block;
	padding: 8px 0 0 10px;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
}

#rightmenu li a:hover {
	background-image: url(../img/menu3.gif);
	background-position: 0px -32px;
	padding: 8px 0 0 10px;
	color: #0000FF;
	text-decoration: underline;
}
#main a:active {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
/****************************************************************************

MAIN

***************************************************************************/

#main li {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color: #0000FF;
	display: block;
	background-color: #99CCFF;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
	border: thin solid #9999FF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: center;
}
#emoticons {
	height: auto;
	width: 300px;
	border: thin none #999999;
	float: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 150px;
}
.em {
	color: #6600FF;
	display: none;

}

.tools {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-decoration: none;


}

.prgph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;



}
.software_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;

}
.download {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;

}
