/* GENERAL DEFINITIONS STARTS */

* {

	margin: 0;

	padding: 0;

	font-family:Arial, Helvetica, sans-serif;

}

body {

	background-color:#00adef;

	background-image: url(../images/internals/bg_top.jpg);

	background-repeat:repeat-x;

}

img.right {

	float:right;

}

img.left {

	float:left;

}

img {

	vertical-align:bottom;

	border: none;

}

.clear {

	clear: both;

}



h1,

h2,

h3,

h4 {

	font-size: 14px;

	font-family: Arial, Helvetica, sans-serif;

}

a,

p {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #fff;

	line-height: 14px;

	text-decoration: none;

	padding: 0px 0px 0px 0px;

	text-align:center;

}

a:hover {

	text-decoration: underline;

}

/* GENERAL DEFINITIONS ENDS */

/* TOP STARTS */

#Top {

	background-image: url(../images/defaults/bg_top.jpg);

	background-repeat: repeat-x;

}

#ContentTop {

	width: 650px;

	margin: 0 auto;

}

#ArrowSpace {

	height: 36px;

	border-bottom: 1px solid #0095cf;

	width: 650px;

}

#Menu {

	width: 650px;

	margin: 0 auto;

	border-top: 1px solid #35c7ee;

	padding: 5px 0 0 0;

}

/* TOP ENDS */



/* MAIN PAGE STARTS */

#MainPage {

	margin: 0 auto;

	width: 980px;

}

/* MAIN PAGE ENDS */



/* BOTTOM STARTS */

#Bottom {

	height: 240px;

	background-image: url(../images/defaults/bg_bottom.jpg);

	background-repeat:repeat-x;

	border-top: 4px solid #fff;

	background-color: #FFF;

}

#ContentBottom {

	background-image: url(../images/defaults/bottom.jpg);

	background-repeat: no-repeat;

	width: 768px;

	height: 180px;

	margin: 0 auto;

}

#Bottom p {

	line-height: 55px;

	color: #000;

}

#Bottom a {

	color:#00adef;

}

/* BOTTOM ENDS */



























