
body {background-image: url(/images/bg_1.jpg); background-repeat: repeat-x; background-position: top; margin-left:auto; margin-right:auto;  margin-top:0;}

.myparagraph:first-letter{float:left; color:#000000; font-size:100px; line-height:100%; margin-right:5px; font-family: Times, serif, Georgia; padding-top:0px}

.articles_box {float:right; border-top:0px; border-right:0px; padding:0px; padding-right:0px; padding-top:0px; margin-left:9px; margin-right:9px;} 
.articles_box_left {float:left; border-top:0px; border-right:0px; padding:0px; padding-right:0px; padding-top:0px; margin-left:9px; margin-right:9px;} 
.bonus_box {float:right; border-top:0px; border-right:0px; padding:0px; padding-right:0px; padding-top:0px; margin-left:9px; margin-right:9px;} 


.articles_title { font-size: 17px; font-family : arial; font-weight : normal; color : A50021;}

.header {font-size: 35px; font-family : georgia; color : #D8510E;}

.table_bg {margin:0; padding:0; background-color: #FFFFFF; padding-top:30px;}
.table_top {margin:0; padding:0; border:0px; background-image: url(/images/freelance_web_designer_business_header.gif); background-repeat: no-repeat ; background-position:4 2; margin-left:auto; margin-right:auto;}

.footer {margin:0; padding:0; background-image: url(/images/footer_bg.jpg); background-repeat: repeat-x; background-position: top; margin-left:auto; margin-right:auto;}
.footer_largetext {font-size: 17px; font-weight: bold; font-family : Tahoma; color : #000000;}
.footer_smalltext {font-size: 12px; font-family : arial; color : #404040;}
.footer_smalltext A {font-size: 12px; font-family : arial; color : #404040; text-decoration:none; font-weight: normal;}
.footer_smalltext A:HOVER {font-size: 12px; color: #FFFFFF ; text-decoration:none; font-weight: normal;}

.footer_whitetext {font-size: 12px; font-family : arial; color : #FFFFFF;}
.footer_whitetext A {font-size: 12px; font-family : arial; color : #FFFFFF; text-decoration:none; font-weight: normal;}
.footer_whitetext A:HOVER {font-size: 12px; color: #FFFFFF ; text-decoration:none; font-weight: normal;}

.body_text {font-size: 12px; font-family : arial; color : #000000;}
.body_text A {font-size: 12px; font-family : arial; color : #0000FF ; text-decoration:none; font-weight: bold;}
.body_text A:HOVER {font-size: 12px; text-decoration:underline; font-weight: bold;}

.sales_text {font-size: 15px; font-family : arial; color : #000000;}
.body_text_big {font-size: 18px; font-family : arial; color : #000000;}

.menu_text {font-size: 12px; font-family : arial; color : #808080 ; text-decoration:none; font-weight: normal;}
.menu_text A {font-size: 12px; font-family : arial; color : #808080 ; text-decoration:none; font-weight: normal;}
.menu_text A:HOVER {font-size: 12px; color: #A50022 ; text-decoration:none; font-weight: normal;}


h1 { font-size: 20px; text-transform: uppercase; font-weight: normal; font-family : arial; color : #B7092E; margin-bottom:2px; } 

.review_title {font-size: 28px; font-weight: normal; font-family : arial; color : #EF4A00;}
.review_grey {font-size: 12px; font-weight: normal; font-family : Geneva, Arial, Helvetica, sans-serif; color : #808080;}
.review_maroon {font-size: 18px; font-weight: normal; font-family : Geneva, Arial, Helvetica, sans-serif; color : #990000;}
.review_smallmaroon {font-size: 14px; font-weight: normal; font-family : Geneva, Arial, Helvetica, sans-serif; color : #990000;}
.review_green {font-size: 17px; font-weight: bold; font-family : Geneva; color : #009900;}
.review_smalltitle {font-size: 14px; font-weight: normal; font-family : Geneva, Arial, Helvetica, sans-serif; color : black;}

.paragraph_header {font-size: 20px; font-family : arial; color : #D8510E;}
.paragraph_blue {font-size: 20px; font-family : arial; color : #080A66;}
.paragraph_small {font-size: 14px; font-family : arial; color : #D8510E;}

.small_text {font-size: 12px; font-family : arial; color : #0000FF ; text-decoration:underline; font-weight: bold;}
.small_text A {font-size: 12px; font-family : arial; color : #0000FF ; text-decoration:underline; font-weight: bold;}
.small_text A:HOVER {font-size: 12px; color: #D8510E ; text-decoration:none; font-weight: bold;}

.mainsearch  { border:1px #D9DDCF solid; font-size: 18px; font-family : arial; color : #000000 ; background-image: url(/images/fade.gif); background-position: bottom right; background-repeat: repeat-x;}
.textbox  { color:#3D61B7;background:white;border:1px lightblue solid; font: 11px Verdana }
.button {CURSOR: hand; FONT-FAMILY: Verdana; FONT-SIZE: 11px; HEIGHT: 22px; TEXT-DECORATION: none}


.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #AFD3EC; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #AFD3EC;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	padding-top:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
.width {width:95%; min-width:300px; background:#fff;}  
.center { margin-right: 30px; margin-left: 40px; }



#GRSubscribeForm fieldset {
width: 260px; 
border: 0;
}
		
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
		
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
		
.style145 {font-size: 16pt}.style2 {
	background-image: url('images/grad_background2.jpg');
}
		
.style2 {
	background-image: url('images/grad_background2.jpg');
}
		
.style1 {
	text-align: center;
}

#centeredmenu {
   float:left;
   width:100%;
   background:#000000;
   border-bottom:0px solid #000000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:3px 10px;
   background:#000000;
   color:#FFFFFF;
   text-decoration:none;
   font-size: 12px; 
   font-family : arial;
   font-weight : bold;
   line-height:2.4em;

}
#centeredmenu ul li a:hover {
   background:#989898;
   color:#FFFFFF;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}

li {
display: block;
width: 7.6em;
float: left;
}


#navigation .normal-state { background-color:#989898; }

.nav-space { 
	padding-left:13px; 
	padding-right:13px;	
}

.red {
	background-color:#A50022 !important; 
	color: #fff !important;
}
.red a {
	background-color:#A50022 !important; 
	color: #ffffff !important;
}
.red a:hover {
	background-color:#FFFFFF !important; 
	color: #FFFFFF !important;
}

.active {
	background-color:#ffffff !important; 
	color: #A50021 !important;
}
.active a {
	background-color:#ffffff !important; 
	color: #A50021 !important;
}
.active a:hover {
	background-color:#ffffff !important; 
	color: #A50021 !important;
}
