Hi there! Your website needs some major DIY!!
What you need is these...
1.] A control panel with css stylesheet. If you want to know exactly what it is, please take a look at my website. Just look on your left when the pages load. Although, if you don't know how to construct one, please PM me and give me your your list and I'll make one for you...
Notes: please give me 4 days so that I could make a proper one for your website. It will depends on your list...
2.] Try and put your CSS codes into seperate files and import them into your homepage.
Code:
<link rel="stylesheet" type="text/css" href="one.css" />
<link rel="stylesheet" type="text/css" href="two.css" />
<style type="text/css">
<!--
@import url(subfolder/filename.css);
@import url(subfolder/filename.css);
-->
</style>
Notes: I would suggest you to use both method. This is because, some browser will not support the "@import" method or the other.
3.] Please clean - up your website codes. When I looked at your coding order, it looks like a total mess! Sorry to say that. But, if you do it, your web page will load a lot faster! Trust me! It will improve your web page speed...
4.] Put all JavaScript into a JS file and import them into your homepage.
You'll need to place the import "JS" into the header.
Code:
<script type='text/javascript' src='source-code.js'></script>
5.] Your header uses too much bandwidth. You'll need to shrink it down...alittle and not too much!
Nice header!
Lair360,
I hope that helps!